Compatibility with CF7 Conditional Fields PRO “repeater” feature
-
Hello,
Firstly thanks again for your great plugin!
In the Field Mapper, the fields to be mapped are retrieved from the CF7 form.
When using the “repeater” functionality of the CF7 Conditional Fields PRO plugin (by Jules Colle), a “select” field can actually generate several repeated fields: [your-field__1], [your-field__2], [your-field__3] etc. Unfortunately only the “parent” field can be retrieved via the Field Mapper.
For now, to fill this gap and work around the problem, I manually edit the select in your html form and replace it:
<select class="cf7-field-list"><option value="your-field">your-field</option></select>
by:
<select class="cf7-field-list"><option value="your-field__1">your-field__1</option><option value="your-field__2">your-field__2</option><option value="your-field__3">your-field__3</option></select>
This does the trick without editing the source code and allows me to save the setting. But of course I have to redo the operation if I want to modify the form.
Would it be possible to add this support in a future version of your plugin?
Please let me know if you need more details.
Have a nice day,
Sylvain
- The topic ‘Compatibility with CF7 Conditional Fields PRO “repeater” feature’ is closed to new replies.