I'm having a weird error where neither way of emailing is recognizing my fields. In debug mode, the names are showing up with my submitted values, I've attached the image of what happens in layout mode. In Field Titles mode, the email is simply blank.
Thanks for any help,
Ian [file name=SignUpNow.cfbak size=2149]http://www.chronoengine.com/images/fbfiles/files/SignUpNow.cfbak[/file]
Thanks for any help,
Ian [file name=SignUpNow.cfbak size=2149]http://www.chronoengine.com/images/fbfiles/files/SignUpNow.cfbak[/file]
Hi lkantski,
Sorry for the delay, I though I'd replied to you earlier.
You need to remove the spaces in the tag attributes. For example, replace
You may also need to put a valid email address in the ReplyTo Email field on the General Tab.
Bob
Sorry for the delay, I though I'd replied to you earlier.
You need to remove the spaces in the tag attributes. For example, replace
<input name = 'theiremail' id = 'theiremail' type = 'text'>
with<input name='theiremail' id='theiremail' type='text'>
You may also need to put a valid email address in the ReplyTo Email field on the General Tab.
Bob
This topic is locked and no more replies can be posted.