Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Enable Repeatable Attachments #33

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open

Conversation

felipeelia
Copy link
Owner

@felipeelia felipeelia commented Apr 5, 2020

Closes #12

  • Test if it works for email fields as well (To and From)
  • Test if it works for multiple fields
  • 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 felipeelia added the enhancement New feature or request label Apr 5, 2020
@felipeelia felipeelia self-assigned this Apr 5, 2020
@mahdi-ln
Copy link

Doesn't work 😢

@dr5hn
Copy link

dr5hn commented Jul 15, 2023

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]

@felipeelia felipeelia changed the base branch from master to trunk July 17, 2023 21:27
@evilowl4715
Copy link

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]

2024-12-04_01-58-11
does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repeatable Attachments not getting sent as file attachments
4 participants