Tag: Formidable Forms
-
Formidable: Adding Dynamic Link to Parent Values in a View with Child (Repeater) as the Source.
There are instances that you need to add a dynamic link to a Formidable Form view when your data source is the child table, instead of the parent table. Here’s a javascript snippet that will do the magic. function load_jquery() { wp_enqueue_script(“jquery”); } add_action(‘wp_enqueue_scripts’, ‘load_jquery’); function custom_href_shortcode_fix() { ?>