We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BigBashView
There was an error while loading. Please reload this page.