Formidable Pro is a bit lacking on security in some cases. Particularly in part of keeping prying eyes out of your front end data. An alternative means of providing some security measures is by applying some random code and then filtering out your view using that random code. We can do this using Javascript/JQuery.I’m not […]
Category: Tutorials/Alternate Solutions
Formidable Pro – Currency Formatting an Input Field (not a number field)
This article describes how you can use jQuery to manipulate single line text fields to appear as currency. For various reasons you will want to consider this as a visual perk, but not as something you would want to save to the database and use elsewhere.
Formidable Pro – Datatables Tutorial – Retired
The jquery Datatables plugin can add some useful tools and transform your HTML tables into useful data sets. https://datatables.net/
FormidablePro – Fancy Radio/Checkbox Buttons
This content is restricted to subscribers
Formidable Pro – JQuery Tour Demo
This is an example of implementing the Bootstrap JQuery Tour script into a Formidable Pro form. Demo available after documentation. Build your form as you always would and then do the following: Go to the “Customize HTML” section of your form. In the “Before Fields” subsection we add the following (just to add some visual […]
Formiable Pro – Tooltips Tutorial
Hey everyone, this is a long overdue tutorial as part of what I originally planned as a series of tutorials. My apologies and I can’t promise any urgency on anything else, but here it is. I previously wrote a tutorial on adding tooltips to Formidable Pro form fields. Redoing it is pretty easy really. Go […]