Support » Fixing WordPress » How can i do custom form with field when values will be cheched

  • Hello All,

    I want to ask you how can i make form with field that requires entering some number (ex. Personal ID) and check in database (in special table with records) whether the entering value is valid.

    Can you help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • so you know how to save the Personal ID to table and read them? If yes use AJAX to check the value on leaving the input Box. I suggest AJAX as the person has to fill some other data to the form as well.

    if you don’t know how to save and read the personal ID, check this out!
    http://codex.wordpress.org/Class_Reference/wpdb

    Thread Starter iolin1

    (@iolin1)

    I know just how to make a table and import data within, but not know how to read them. And what can i do with AJAX and how? Is there any plugin that can do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can i do custom form with field when values will be cheched’ is closed to new replies.