Using Form Controls
To simplify the process of designing forms we've created a set of Lava shortcodes for common types of form fields.
To create a simple textbox in Rock you'd normally have to provide the following markup:
Instead you can use the provided shortcode. This makes it as easy as:
This example, though basic, demonstrates significant efficiency gains. When applied to more intricate features, such as a campus picker, the benefits and time savings become even more pronounced.
To see all of the controls we provide look under the 'Helix' category on your server's Lava Shortcode page (Admin Tools > CMS Configuration > Lava Shortcodes
).
We strongly advise against modifying these shortcodes, as we plan to enhance them with additional features, which would overwrite your changes.
Last updated