Hide Field / Disable Field Demonstration
Set Field Default Demonstration
Show Hidden Fields / Form Completion Event Demonstration
Submit
This demonstration outlines using several key question events and completion events. Although question events and completion events are used in other demonstrations, we have outlined a large number of them here.
Note: Question events cause a post back during form interaction (before submission). Client Side Events were introduced in 2.5 and you might review these in a separate demonstration as they can often handle some of the uses for question events but are faster since they do not require a browser post back.
Completion events are fired after form submission and can optionally be based on any field response or a specific field response. You can also setup as few or as many completion events. In this example we have setup an either / or type situation for completion events. If you specify to execute a completion event you will see options to email the form results, add you to a security role (if you are signed in), redirect to a specific page, etc... Unfortunatly the two completion events to execute a SQL Query or HTTP Post cannot be setup for demonstration however you can test these on www.betasprings.com if you need to.