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

Function not Working

Guest
May 05, 2006 May 05, 2006

Copy link to clipboard

Copied

Hi, I have a form that needs to be submitted into the database. I have a set up where if one of the fields in the form isnt filled in then there will be an error message, however I want to set up form to remember the fields that were filled in. I'm doing this like this:

<input type="text" name="name" size="30" <cfif IsDefined("form.submit") and good is 0>value='<cfoutput>#form.name#</cfoutput>'</cfif> >

unfortunately, this is not working for me, can anyone tell me why??

I appreciate any type of help that could be given, thanks...
TOPICS
Advanced techniques

Views

213

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 ,
May 05, 2006 May 05, 2006

Copy link to clipboard

Copied

LATEST
This is a duplicate post. Your other one has been answered.

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