Hi,
I have looked around the forum but cannot find an answer. Can someone please help or suggest to me.
I have a form which will have a subscribe and unsubscribe checkbox for newsletter.
I need to trigger 2 seperate emails based on what the user selects.
If the user selects subscribe - i need to send them email1 and if user selects unticks for subscription i need to send them another email.
Can someone please help me how to tackle this issue.
Regards
VJ
Hi VJ,
Which version of ChronoForms are you using? You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5 or Site Admin | Extensions | Extension Manager | Manage in Joomla! 1.6.
Bob
Hi,
Thanks for your email. I am using: 4.0 RC1.9
I am using joomla 1.6
Can you please help me out.
Regards
VJ
Hi Bob,
First of all thank you so much for your quick reply. I have used the Email action and it works. However i have one question. The form triggers an email to subscribers (people who tick on newsletter option) with the action {subscription}::1.
I would like to trigger one more email when people untick the box for newsletter. What will be the condition for this one. I have tried: {subscription}::0, This does not work.
Can you please suggest something. If i can fix this, it will solve the whole problem.
Regards
VJ
Hi VJ,
The problem is that an un-checked check-box doesn't return anything so that there is no value to find for {subscription}.
In ChronoFormc v4 RC2.0 Max introduced the idea of a 'ghost' value. If you open the Checkbox element configuration dialogue you'll see a 'Ghost' tab, click it and set a Ghost Value of say x Then you should be able to use {subscription}::x in the condition.
Bob
PS I chose not to set the ghost value to 0 as that may not be reliably carried through.
Hi Bob,
I am using version RC1.9. Do you have any work around for that.
Regards
VJ
Hi VJ,
Upgrade to RC2.0 :-)
Bob
:D Thanks Bob. You have been great.
Cheers
VJ
Hi VJ,
You can just install the version 2.0 across the existing 1.9 using the normal Joomla installer - at leas that's what worked for me🙂
cheerio
Michael
Hi VJ,
Exactly as Michael says. Just install RC 2.0 over the existing installation; though it's always good practice to back up your forms and data before any upgrade.
Bob