Send a copy of this message to your own address (CheckBox)

vlado85 25 Mar, 2009
Hello

I've created a form, but not can not understand how to insert e-mail that we will receive the message.

Form at the bottom of the check box and the users would be select if you want to send a copy of their e-mail.

Please for help to perform?

Form template:
<div class="form_item">
<div class="form_element cf_text"><span class="cf_text">Enter your message:</span></div>
</div>
<div class="form_item">
<div class="form_element cf_textarea"><label class="cf_label"></label><span>{text_16}</span></div>
</div>
<div class="form_item">
<div class="form_element cf_checkbox"><label class="cf_label">Send a copy of this message to your own address</label>
<div class="float_left"><span>{check}</span><label class="check_label" for="check">Check</label><br /></div>
</div>
</div>
<div class="form_item"></div>
GreyHead 25 Mar, 2009
Hi vlado85,

This is a little tricky as you have to amend the Email To list. I think that an answer was posted here in the last few weeks.

Bob
Max_admin 25 Mar, 2009
Hi vlado85,

which Chronoforms version do you have ? if its V3.1 RC3 then doing this will be hard, it was easier in the earlier versions, I'm trying to release another version soon which will let earlier code work again, in the mean time you may look at how its done in the forums, you create a new email wit ha dynamic to and switch the "enabled" property:

$emails[0]->enabled = 1;

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
vlado85 27 Mar, 2009
Thanks for your reply.

I dropped from the insertion of the checkbox

I have a problem (3.1 RC2) with inserting an e-mail that we will receive the results form. I watched a tutorial and do the same, definitely not to eneble e-mail ๐Ÿ˜‘ ๐Ÿคจ

http://f.imagehost.org/0280/e-mail.jpg
Max_admin 27 Mar, 2009
Hi vlado,

I have a problem (3.1 RC2) with inserting an e-mail that we will receive the results form. I watched a tutorial and do the same, definitely not to eneble e-mail



sorry, I cant understand this!

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max_admin 28 Mar, 2009
yes they are, now I suggest you read the "setup emails" tutorial under Downloads/Chronoforms tutorial/ since you are missing some basic requirements for your emails!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.