These examples show AJAX with graceful degradation when Javascript is not available.
In each of these the key idea is that the form is rebuilt different ways depending on form input. In order to accomplish that, the formbuilder function is in charge of almost all logic.
ajax
| Name | Description |
|---|---|
| ajax_example_dependent_dropdown_degrades | A form with a dropdown whose options are dependent on a choice made in a previous dropdown. |
| ajax_example_wizard | This example is a classic wizard, where a different and sequential form is presented on each step of the form. |
examples/