Forms
Purpose: |
Sends the content in a Form Object to a URL |
Category: |
Forms |
Syntax: |
FormSubmit "form id" "url" form id A Form Object id already in the Work Space. url A target url with a server side script to process the content sent. |
Example: |
FormSubmit "MyForm" "https://mydomain.com/myapp/myscript.php" |
Purpose: |
Clear all the content entered in a form. |
Category: |
Forms |
Syntax: |
FormReset "form id" A Form Object id already in the Work Space. |
Example: |
FormReset "MyForm" |