Forums

Fields not recognized

Ikantski 08 Jul, 2008
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]
GreyHead 10 Jul, 2008
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
<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.