Page 1 of 1

Saving Data from a Submitted PHP form

Posted: Wed May 07, 2025 9:27 am
by BazzaBoy
I am using the PHP form feature in WWB V19 on the website I have built.

My question is:
Is it possible to save the data submitted by the viewer somewhere in a database, so that it can be called out later? I understand this requires all sorts of fancy computer languages, which is out of the question for an amateur like me.

OR

Besides emailing the data to the designated email address, is it possible to email the data to the person who filled out the form using his/her email address from the data submitted?

Any help appreciated.

Re: Saving Data from a Submitted PHP form

Posted: Wed May 07, 2025 11:31 am
by Pablo
The built-in form script supports saving data to a CSV file or MySQL.
You can send the data to the person who filled out the form via the 'auto responder' option.

Re: Saving Data from a Submitted PHP form

Posted: Thu May 08, 2025 3:01 am
by BazzaBoy
Thanks Pablo.

I don't know much about MySQL, but I'll surely try the other option.

Regards.