Record set field not refreshed when using multiple forms
-
Hello team,
I really like your work and your plugin is very useful for my project. I am having one issue though. I have 3 registration forms on 3 different pages where I need to load different subcategories but when switching the pages, the field contestant_subcategory__1 is not refreshed. There seems to be some sort of cache? The contestant_subcategory__1 field has the same name in all 3 registration forms but record-sets and link-fields have different ids per form.
This is the code I am using:
[cf7-recordset id=”contest-set-solo” type=”database” query=”SELECT * FROM
wp_contest
WHERE active=1 AND DATE(to) > CURDATE()”][cf7-recordset id=”subcategory-set-solo” type=”database” query=”SELECT * FROM
wp_contest_subcategory
WHERE active=1 AND category=1 ORDER BY sequence ASC”][cf7-link-field recordset=”contest-set-solo” field=”contest” value=”ID” text=”name” limit=”1″]
[cf7-link-field recordset=”subcategory-set-solo” field=”contestant_subcategory__1″ value=”ID” text=”name”]
Do you have any idea what might be wrong?
Best regards
Roman
- The topic ‘Record set field not refreshed when using multiple forms’ is closed to new replies.