Page 1 of 1

Tables & Forms

Posted: Fri Jul 04, 2025 11:27 am
by Joel
What will happen if I insert a table into a form and add a submit button linked to my email?

I'm trying to find a way to build an order form for a wholesale website without using a layout grid.
Also, is there a button for quantity? I'm not having a shopping cart or connecting to any e-commerce.

Re: Tables & Forms

Posted: Fri Jul 04, 2025 12:43 pm
by Pablo
Nothing will happen because only the data of form element (editbox, text area, select, checkbox etc.) will be submitted, normal text and table will not be sent.
For other data you will have to implement a custom script.
You can use a 'Spinner' object for quantity.