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

Returning blank fields

New Here ,
Mar 18, 2007 Mar 18, 2007

Copy link to clipboard

Copied

I am using the following form and cannot get any data to save for fields 'Event_date' and 'Feed_Date'. I have tried everything, changing from text to date/time, etc. When the form is proceeed there are no error messages...it seems to process fine but again no data in these fields. Please help!!!!
TOPICS
Advanced techniques

Views

309

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 ,
Mar 18, 2007 Mar 18, 2007

Copy link to clipboard

Copied

BTW you need to avoid using _date in the form fields:

http://livedocs.adobe.com/coldfusion/7/htmldocs/00000879.htm#2736124

--
Ken Ford
Adobe Community Expert
Fordwebs, LLC
http://www.fordwebs.com

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 ,
Mar 18, 2007 Mar 18, 2007

Copy link to clipboard

Copied

LATEST
quote:

Originally posted by: emartek
I am using the following form and cannot get any data to save for fields 'Event_date' and 'Feed_Date'. I have tried everything, changing from text to date/time, etc. When the form is proceeed there are no error messages...it seems to process fine but again no data in these fields. Please help!!!!

You have a form field with no name and a value of Now(). First of all, if the form field has no name, there is no variable on the action page. Second, if you are using a system value, such as now(), why bother making it a hidden form field. You can call it from your action page as well as your form page.

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