form submission table and grid like cms admin

Issues related to forms.
Post Reply
Gene137
 
 
Posts: 5
Joined: Fri Feb 28, 2020 12:14 pm

form submission table and grid like cms admin

Post by Gene137 »

Hello I am new to wysiwyg so If my question has already been answered please just point me to a page where I can find my answer. What I want to do is submit an entry and have it come out in a table like the login and cms admin table. So basically I create two labels called name and phone number with text input boxes next to them, when I hit submit and the name and phone number then come out on a chart or table. I am looking for something like the login process where you enter you login name and password and on the cms admin table you can see the person login but instead I want to add my own custom label to a form and when the user hits submit that information comes out in a table and can be searched,
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: form submission table and grid like cms admin

Post by Pablo »

You can use the build-in form script to store data in a MySQL table.
Then use one of the data extensions to display the data in a list or chart.

Can you please enter a valid order number in your forum profile?
Gene137
 
 
Posts: 5
Joined: Fri Feb 28, 2020 12:14 pm

Re: form submission table and grid like cms admin

Post by Gene137 »

I still have the trail version where do I find the order number
Gene137
 
 
Posts: 5
Joined: Fri Feb 28, 2020 12:14 pm

Re: form submission table and grid like cms admin

Post by Gene137 »

I do not know how to find the form script to add the sql table all I can do is find the form wizard but I do not see an option for sql table like with the cms admin
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: form submission table and grid like cms admin

Post by Pablo »

- enable the form processor in the form
- set the MySQL properties in the Advanced settings

There are several extensions to display data (Database / Table / Charts):
http://www.wysiwygwebbuilder.com/extensions.html
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Re: form submission table and grid like cms admin

Post by BaconFries »

I still have the trail version where do I find the order number
You will find your order number in the email you will have received after purchase. Note if you haven't purchased and are still using the trial then you will not be able to use any extensions.
How to make a Form
http://www.wysiwygwebbuilder.com/forms.html
Gene137
 
 
Posts: 5
Joined: Fri Feb 28, 2020 12:14 pm

Re: form submission table and grid like cms admin

Post by Gene137 »

ok but can you at least show me an example or video where to get the table working with the MySQL database all these just show how to do it from email but does not show setting up the MySQL database for the table submission.
Gene137
 
 
Posts: 5
Joined: Fri Feb 28, 2020 12:14 pm

Re: form submission table and grid like cms admin

Post by Gene137 »

the data view seems to look like it not a paid extension and can be used
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: form submission table and grid like cms admin

Post by Pablo »

Here is an example of "bootstrap table"
http://www.wysiwygwebbuilder.com/suppor ... table.html
Post Reply