Summary This jQuery code snippet was written as an answer to a question in the Formidable Community Forum. I’d like to set up a dynamic field that is set as a radio field into columns. Basically each column would be one class with the workshops for that class underneath. brian penner View the code on [Read More…]
Radio Button
Format Radio Buttons as Text Blocks
Problem Data Scie posted the following question in the “How To” channel of Formidable’s Slack Community. Anybody able to style FF radio buttons like blurbs: sections with icons and styled text that act like radio buttons instead of the default style ? This image is attached to the question to illustrate Data Scie’s target design. [Read More…]
Passing an Option in Query String and Setting Select Value
Overview Formidable provides a built-in method for setting a default value on fields by passing a query string parameter. To do this, simply pass the name of the parameter and its value in the query string, like this: /page-name/?color=blue If you want to capture the value of “blue” as the default value in a field, [Read More…]