Problem I have two forms that have a repeater with a dynamic field (checkbox) inside it. When a checkbox is checked, I want them to be hidden in the future dynamic fields. Basically, I need every checkbox to only be checked once. If it gets unchecked, I want it to reappear. Once all checkboxes are [Read More…]
Repeater Field
Increment Repeater Field Row Counter
This is a quick snippet to increment a row counter for a repeater field. The Slack Formidable Community member that asked how to do this is using the frm_repeat_start_rows filter to pre-load 10 rows in the repeaters. The first field in the repeater is a counter. View the code on Gist. To use, change the [Read More…]
Repeater Fields and ACF Integration
The Challenge Any Pro license includes a Create Post form action that provides you with the ability to allow users to create posts, pages, and custom post types from the front-end of your site. Your users may also manage and edit their posts through the Formidable form that was used to create the post. If [Read More…]
Repeaters and Complex jQuery Operations
Formidable Forms repeater fields work fine with basic math calculations. Learn how to do complex operations on repeaters with jQuery. [Read More…]