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 ?
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
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
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
Thanks in advance
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
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
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.
This topic is locked and no more replies can be posted.