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…]
How To
Create Interactive Graphs with Chart.js and Formidable
Requirement A client submitted a Project Application that requested: the creation of an interactive bar chart to calculate and display future values in real time when a “Risk” dropdown is changed on a form the Risk dropdown’s selected option changes color and the interactive chart uses the same color as the Risk option interactive colors [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…]
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…]