Joomla: 1.7.3
Chrono Forms: 4.0 RC2.0
How do I set-up my form so that the user can choose who to send an email to? I would like to have a check box so that they can send to all or one person. How can I do that please?
Thanks in advance.
Hi LikeStuff,
Use a Custom Code action in the On Submit event to check the checkbox value and create a lits of addresses to be used with a Dynamic To address in the Email action. I for get the exact way to set up a list of addresses (it's either a comma separated list or an array) but there are other recent threads about this.
Bob
Hi LikeStuff,
Sorry, just got back to this thread. Have you got this sorted now?
Looking at the posts again I'm not sure if you can do the 'all or one' posting in the standard Email action. The standard action can handle comma separated lists or variable names OK. However each entry has to be a single email address and if one of them is empty it will still send a 'blank' address to the mailer.
My Email [GH} action should be able to handle almost any combination of static and dynamic addresses and the dynamic addresses can be comma separated lists or arrays of addresses.
Bob
I read this a couple times but not sure what you mean😟
I assume you mean I have to get it done another way in order to get it to work? Is there an example somewhere that works? This was much easier to do in previous versions...
Thank you!!
Hi LikeStuff,
Then maybe I'm not understanding what you need to do. What I took from the posts is that you want to be able to have a variable number of Dynamic To email addresses?
Bob