How do i send and email to a user from a form that is called from CCv5
e.g
User displays list generated by CCv5 and can edit the Status (it is set to 'Awaiting Approval')
This is done by a form load action in CCV5 which brings up a CFv5 Form with a radio box that has two options which are approve and reject
a connection action saves the result of the checkbox selection and updates the database based on the id.
I would like this form to send an email to the user attached to the id using an existing field in the database called 'email'
How do i pass the email field data to the form to enable CFv5 to send an email to a user based on the id that is being updated
Thanks in advance for any assistance
e.g
User displays list generated by CCv5 and can edit the Status (it is set to 'Awaiting Approval')
This is done by a form load action in CCV5 which brings up a CFv5 Form with a radio box that has two options which are approve and reject
a connection action saves the result of the checkbox selection and updates the database based on the id.
I would like this form to send an email to the user attached to the id using an existing field in the database called 'email'
How do i pass the email field data to the form to enable CFv5 to send an email to a user based on the id that is being updated
Thanks in advance for any assistance