-
Notifications
You must be signed in to change notification settings - Fork 19
Creating Forms
EltonFF edited this page Oct 31, 2019
·
2 revisions
After creating a form, set it on the action to send to server to execute the script. for example:
<form action="execute$./process_form.sh">
in the process_form.sh you will get all post (or get) values in system variables named like:
p_fieldname
To get an example on how to create a form, see the folder form inside the demos folder of your BigBashView
package