Saving Data from a Submitted PHP form

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
BazzaBoy
 
 
Posts: 48
Joined: Thu Jul 01, 2021 2:40 am

Saving Data from a Submitted PHP form

Post 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.
User avatar
Pablo
 
Posts: 23447
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Saving Data from a Submitted PHP form

Post 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.
BazzaBoy
 
 
Posts: 48
Joined: Thu Jul 01, 2021 2:40 am

Re: Saving Data from a Submitted PHP form

Post by BazzaBoy »

Thanks Pablo.

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

Regards.
Post Reply