Hello,
I want to take the data collected from a form and input it into a mysql database. The database is hosted on bluehost and it has been created. Can someone assist with the coding. I believe that formidable forms allows us to insert code into the forms.
Thanks,
Al Washington
You're not going to insert code into forms, rather you're going to write PHP code that uses the various hooks that Formidable provides. See the following two examples for ideas on what you can do:
https://formidableforms.com/knowledgebase/frm_after_create_entry/#kb-send-submitted-entry-to-another-site
https://formidableforms.com/knowledgebase/frm_after_create_entry/#kb-insert-form-data-into-second-database-table
Thank You Rob!
Please login or Register to submit your answer