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:
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>
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
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
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
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
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
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
Hi vlado,
sorry, I cant understand this!
Max
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
hm sorry for my English ...
Photos will be easier:
http://g.imagehost.org/0667/screen2.jpg
http://g.imagehost.org/0006/screen1.jpg
Photos will be easier:
http://g.imagehost.org/0667/screen2.jpg
http://g.imagehost.org/0006/screen1.jpg
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
Regards,
Max
This topic is locked and no more replies can be posted.