email action not working in Connectivity edit with Chronoforms

surendersingh 16 Jun, 2017
Hi, I editing in data through CCV5 and call CFV5 using following tutorial named "Connectivity edit with Chronoforms" now I want to send email to saved email address then how I can do it ?
GreyHead 16 Jun, 2017
Hi surendersingh ,

If the email is in the form data then you can use that in the Email action; if it's not in the form data then you may need to add a DR Read action or a custom code action to get it from a database table, or from the Joomla! User object.

Bob
surendersingh 16 Jun, 2017
Hi GreyHead, Thanks for quick reply, the email is in form data and I am using the Email Action but don't know how to put field value in Dynamic to mem[email] or only email but both are not working showing me error "Mailer Error: You must provide at least one recipient email address." plz help it's urgent.

Thanks in advance
GreyHead 16 Jun, 2017
Hi surendersingh ,

If mem[email] is the name of the email input then that should work OK; please add a Debugger action and copy and paste the Debugger output here. If you have a CC action you may need to add a Show Stopper action temporarily before it so that you can see the Debugger - which needs to be before the ShowStopper.

Bob
surendersingh 16 Jun, 2017
Hi ! I don't know why it is not showing dynamic to value, mem[email] mem is my model name and email is field name.
GreyHead 16 Jun, 2017
Hi surendersingh ,

Please post the whole of the Debugger output - you need to add a From Name and From Address - the Reply To is optional.

Bob
This topic is locked and no more replies can be posted.