• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfform not working

Guest
Jun 10, 2006 Jun 10, 2006

Copy link to clipboard

Copied

Hi i have the following form with required field, this works on my local machine but when i upload it, if the fields are left empty the form still submits, where it should come up with required field meassage

any ideas?

<cfform method="post" action="MailThankYou.cfm">
<cfinput type="text" name="Email" required="yes" message="Enter A Email Address">
<input type="submit" value="Submit">
</cfform>
TOPICS
Advanced techniques

Views

228

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Jun 10, 2006 Jun 10, 2006

Copy link to clipboard

Copied

Most likley it means that the CFIDE directlory is inaccessible. It should be mapped in the administrator.

Sometimes the mapping will not work as required, so you may need to set up a virtual directory to the CFIDE folder, because the scripts that perform the validation etc are in there.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 11, 2006 Jun 11, 2006

Copy link to clipboard

Copied

LATEST
See if this helps.

http://www.adobe.com/go/tn_18653

--
Ken Ford
Adobe Community Expert


"richy2424" <webforumsuser@macromedia.com> wrote in message
news:e6e22f$s79$1@forums.macromedia.com...
> Hi i have the following form with required field, this works on my local
> machine but when i upload it, if the fields are left empty the form still
> submits, where it should come up with required field meassage
>
> any ideas?
>
> <cfform method="post" action="MailThankYou.cfm">
> <cfinput type="text" name="Email" required="yes" message="Enter A Email
> Address">
> <input type="submit" value="Submit">
> </cfform>
>


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation