Need To Create A Form That Calls a PHP Script and Does Form Validation
-
I want to create forms that let me have my own form action, as in to call a PHP script that will process the form contents. I am using Visual Composer, and while I can insert a standard HTML form in a text block that does let me set my own action, it strips out the form validation, meaning my “onsubmit” function call gets stripped from the form once I update the text block.
I can’t find a form plugin that lets me insert my own form action. Everything either gets sent via email or stored automatically in a database. However, I need to perform my own actions on the data before making an insert or update to a MYSQL table.
Any suggestions?
- The topic ‘Need To Create A Form That Calls a PHP Script and Does Form Validation’ is closed to new replies.