• Hi Guys

    I have created a form plugin for my admin panel. However, I don’t know how to submit (the url etc) it or how to check/validate the user inputs. Can someone point me in the right direction please.

Viewing 3 replies - 1 through 3 (of 3 total)
  • you can take a look at the codex in plugin API page: Saving plugin data

    Thread Starter shadd

    (@shadd)

    Thanks for the reply. The link shows how to create and insert data into the DB but it doesn’t show how I can validate user data. Any links on form input validation ?

    You can try use jQuery to validade user data (before to submit the form) and/or validade in php before insert into DB (after submit).

    What kind of user data do you want to validate? checked box, words lenght, phone number…?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Processing plugin form’ is closed to new replies.