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…]
Radio Button
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…]