Introduction We check several Formidable related community support sites daily, sometimes more than once a day. We’re always looking for opportunities to help others, but once in a while we’ll bypass an opportunity or two because the amount of research required to solve the challenge takes as much time as doing the job itself. With [Read More…]
How To
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…]
Strip Non-numeric Characters from Phone Numbers
Whenever you capture a phone number on a form, wouldn’t be nice to also capture a version of the number that can be used in a tel: link on a view? Here’s a jQuery snippet that will do just that and store the value stripped of non-numeric characters in a hidden field with the exception [Read More…]
Add Currency to Formidable’s Global List
Question: I need to use a currency that is not included in the “Formidable -> General Settings -> Currency” settings. Is there a way I can add additional currencies? Albert Opoku—Formidable Slack Community Answer: Formidable Pro provides a frm_currencies filter that allows users to add additional currencies to Formidable’s global currency list. The example in [Read More…]
Change Page Break Button Color
Snapshot When building a multi-page form in Formidable Pro, the Page Break Field offers minimal options on its Field Options tab. In fact, there are only three options, the Button Label, the Field Key, and the ability to use Conditional Logic. There is no option for changing the button’s color by adding a custom class. [Read More…]
Move Submit Button to Top of Form
Learn how to move a Formidable Forms submit button to the top of the form. [Read More…]
Formatting Fields as Currency
Learn how to use numeral.js to format fields as currency. [Read More…]