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