Quote:
Originally posted by Logician
1-You have to insert into "mailform" template
2- You have to insert somewhere between <form> and </form>
3- If you have more than 1 template sets, insert into all of them not only default template set..
|
1. I inserted it into "mailform" template
2. I inserted somewhere between <form> and </form>
3. I put it into all three template sets I have.
Still no checkbox.
I used this:
Code:
<input_type="checkbox"_name="sendme"_value="1">
<smallfont><b>Send_one_copy_to_yourself?</b></smallfont><br>
Here is the section I added it to: (copy/paste from my templates)
Code:
<input_type="checkbox"_name="sendme"_value="1">
<smallfont><b>Send_one_copy_to_yourself?</b></smallfont><br>
<input type="hidden" name="action" value="emailmessage">
<input type="hidden" name="userid" value="$userid">
<input type="submit" class="bginput" name="submit" value="Send email">
<input type="reset" class="bginput" name="reset" value="Clear Fields">
Any ideas now? How weird is this?? :tired: