hi guys i need some help with a contact form on a dynamic member page. i need help with the code to grab the correct email of the profile you are on and send the email. im using send grid to do this.
thanks in advance!!!
hi guys i need some help with a contact form on a dynamic member page. i need help with the code to grab the correct email of the profile you are on and send the email. im using send grid to do this.
thanks in advance!!!
I really need something like this!
Is there a way you can put a form on a dynamic page and have the form be submitted to an email related to the item
eg. I have a collection of Chalets - each has an email associated with it.
Dynamic page shows all the chalets info
at the bottom there’s a form
when the form is submitted, the email goes to my email + the email associated with the chalet
eg.Email field with an email in, thats a field for that item
Is this possible??
This concept seems possible
To accomplish this you can setup a dynamic page for each element and use getCurrentItem() on the dataset to get the associated email.
Then you can create a backend web module to send a email using your preferred service.
Check out the following article to see a example of implementing such a function:
Velo Web Modules: Calling Backend Code from the Frontend