First time playing with the Umbraco forms today and we're looking to set up a specific workflow and struggling....all help gratefully received.
What we're looking to do is once a visitor to the site submits a completed form we want an automatic email to be sent to their email address including an attachment.
Can this be done and if so please could someone point us in the right direction.
Yes this can be done with Umbraco Forms. I assume that you have a email field on your form.
Then what you need to do is to add the field to the in the receiver email field.
The syntax that you need to use is {name of the field} So if your field has a name of Email, then then should use
Email {email}
Enter your employment ID {enteryouremploymentid}
First & last name {firstlastname}
Your #1 job {your1job}
For the attachment part, then you can tick the checkbox attach file uploads to the email, I have made a screenshot below.
Send an email with attachment upon submission
Hi guys,
First time playing with the Umbraco forms today and we're looking to set up a specific workflow and struggling....all help gratefully received.
What we're looking to do is once a visitor to the site submits a completed form we want an automatic email to be sent to their email address including an attachment.
Can this be done and if so please could someone point us in the right direction.
Hi Brian,
Yes this can be done with Umbraco Forms. I assume that you have a email field on your form.
Then what you need to do is to add the field to the in the receiver email field. The syntax that you need to use is {name of the field} So if your field has a name of Email, then then should use
Email {email}
Enter your employment ID {enteryouremploymentid}
First & last name {firstlastname}
Your #1 job {your1job}
For the attachment part, then you can tick the checkbox attach file uploads to the email, I have made a screenshot below.
Hope this helps,
/Dennis
is working on a reply...