How To

Display Day Name On Date Field Change

Angelo Galiazzi asked a question in the Formidable Community and in the Formidable Masterminds Facebook group about how to display a day name in a text field when a date is selected in a date field on a Formidable form. This jQuery snippet will do exactly that… View the code on Gist. To use, copy [Read More…]

Display Range Slider as Currency

Summary This snippet is an updated version of the example found on the Formidable Knowledge Base JavaScript examples page: https://formidableforms.com/knowledgebase/javascript-examples/#kb-format-a-slider-field-value-as-a-currency. The KB example works for one slider at a time. This version works for multiple sliders on a single page. It also uses the JavaScript standard built-in Intl.NumberFormat object. This object enables language-sensitive number formatting. [Read More…]

Change WordPress User Role when Editing Field in a View

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

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

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