Questions about Forms

Issues related to forms.
Post Reply
educhiro
 
 
Posts: 3
Joined: Wed Sep 14, 2022 6:38 am

Questions about Forms

Post by educhiro »

Hello I have been looking for information on processing of forms.


I would like to set up a form and have the mail PHP form processor send the form to a SQL or CSV database.

I would like then to access and insert the data from the CSV/SQL database and print the data on a separate page on my site. The page would insert the data onto a prewritten template letter.

How can this be done?

Any help would be helpful.


Thanks.

Educhiro
User avatar
Pablo
 
Posts: 19493
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Questions about Forms

Post by Pablo »

You can save the data to MySQL or CSV via the built-in form.

To display and/or print the data, you can use one of these extensions.
https://www.wysiwygwebbuilder.com/mobil ... table.html
https://www.wysiwygwebbuilder.com/collapsibletable.html
Post Reply