Hi, I would really appreciate some help… I have a dynamic page which displays some info from a dataset and also includes an enquiry form. I have managed to add code and an automation so that when the user completes and submits the form an email trigger is sent to the user and to myself. However, I also need the contents of the form to be sent to the email address in the dynamic dataset for that item. I have some experience coding so if someone could point me in the direction of an example I can probably adapt it for my site… Thanks in advance!
Hi, not sure if you’re using triggered email for that but you can use it and insert dynamic parameters which you’re collecting in your form. Check out this article that shows an example for this
Thanks - I don’t think that’s quite what I’m after. I already have successfully added code that sends an email to the user on submission of the form using Send Grid.
I have a repeater displaying an item from a dynamic dataset. I also have a form on that (dynamic) page. When the user completes the form and submits it I need it to also send the contents of the form to the email address of the owner of the item that is currently being displayed on the dynamic page. Any help would be greatly appreciated as I have been battling with this for weeks!
Hi,
To achieve this you will need a way to associate items from the dynamic page to the relevant owner’s email address. Once you have this information you will just need to write a script to get the form data, structure it according to your needs and send it using SendGrid .
A quick forum search for ‘email form’ might yield a few relevant discussions with code examples/ideas