HTML
Example 1
Using standard HTML such as this form markup produces the form shown below.
Enter names in the fields, then click "Submit" to submit the form:
Example 2
By adding JavaScript to the HTML module, we can add functions to the markup to perform certain actions. This examples displays an alert box with the value of the username field that you input.
Enter a name and click "Submit"
[beaver_tunnels] [php snippet=22] [/beaver_tunnels]