In Repeater shortcode I have the following field
[file artwork-preview limit:1000000 filetypes:gif|jpg|png]
In Repeater email I have
[artwork-preview]
in Mail tab File Attachments I have
[artwork-preview]
No file attachments are being added from the repeater fields.
I have a test field in the same form in the non repeater portion of the form and that file is correctly added to the the email as an attachment.
Alternatively I wouldn’t mind having the option to have the images put directly into the media library and just link to them in the email. But that is not as critical.
]]>hey, can you please add utf-8 so we can write the fields in other languages as well ? thanks
]]>In combination WP 4.6 and CF7 4.5 this plugin doesn’t work. To fix this i change line 313 in wpcf7_repeater.php from:
$index = $tag->get_option('index', 'int', true);
to
$index = $tag->get_option('index', '', true);
$index = trim($index) == "" ? 0 : intval($index);
With this fix it seems to work.
]]>Hi. This plugin definitely works for me. Pretty cool!
I’m having an issue with the way the repeating fields are being added. I use select2.js and it works fine on the initial load of the page. But when I repeat a select box, the select2 doesn’t apply itself.
I know that this is something on my end and not necessarily an issue with the plugin, but any help would be appreciated.
This is what is used to initialize the code.
$('.wpcf7-form select').select2();
I’m wondering if there is something I need to do to the Add button to get it to apply to all repeated selects.
]]>Hi,
The plugin doesn’t add any option to cf7.
why?