cf7-repeatable-fields icon indicating copy to clipboard operation
cf7-repeatable-fields copied to clipboard

[WIP] Enable Repeatable Attachments

Open felipeelia opened this issue 4 years ago • 2 comments

Closes #12

  • [ ] Test if it works for email fields as well (To and From)
  • [x] Test if it works for multiple fields
  • [x] Test if it works for multiple groups
  • [ ] Test if it works for multiple groups with multiple fields
  • [ ] Test if it doesn't break anything else

felipeelia avatar Apr 05 '20 21:04 felipeelia

Doesn't work 😢

mahdi-ln avatar Jun 30 '20 08:06 mahdi-ln

This works!

if your group name is [emails]

[emails]
GROUP #[group_index]
	Checkbox: [your-checkbox]
	E-mail: [your-email]
	Radio: [your-radio]
	Select: [your-menu]
    Files: [dog-image]
[/emails]

and your file name is [dog-image]

Then in the attachments field, you have to write [emails_dog-image]

dr5hn avatar Jul 15 '23 11:07 dr5hn