Question: How do I change the background of a field based on another field’s value? Example, if Num field = 1 then change the other field’s background to red? Michael Thomas, Formidable slack community member Answer: This is best handled by jQuery so you can see the result in real time. Essentially what you need [Read More…]
Form Transients
This Mastermind tip is contributed by Rob Levine (@RobL) from the Formidable Slack Community. Thank you Rob! Rob was experiencing a caching issue when programmatically adding an option to a checkbox. In the Slack community’s General channel, he posted: …I’m using a filter to update the Formidable fields table (frm_fields). I’m manually adding an option [Read More…]
Understanding Pro’s Create Post Action Taxonomies
Create Post Form Action When you upgrade to any Formidable Pro license, you’ll receive a new form action for creating WordPress posts from a form entry. It’s a delightful addition to your tool set that provides great opportunities for enhancing your site and user experience. As you learn to use the new form action, you [Read More…]
Default a Toggle Field to Active
If you examine the generated HTML for a Formidable toggle field, you’d see that a toggle field is simply a single value checkbox in disguise. Normally, the toggle field defaults to its inactive state. To default a toggle field to its active state, simply set the fields default value to the same value as the [Read More…]
Writing Transportable Code: Keys vs. IDs
When you drag and drop a field onto a form, two pieces of data to identify the field in code are created. The first, the field’s ID is created by MySQL using an auto increment field. This is a standard methodology used throughout WordPress. WordPress creates an ID for every single data element added to [Read More…]
Happy 10th Birthday Formidable Forms!
On February 6th, Formidable Forms turns 10-years old. To celebrate this milestone event, the Strategy Eleven team is giving away a MacBook Pro, 10 Elite Formidable Forms licenses, and 40% OFF any license for this week only. No purchase necessary to enter the giveaways. To get all the details and and enter for your chance [Read More…]