Skip to main content
Inspiring
August 14, 2012
Question

Edit page

  • August 14, 2012
  • 1 reply
  • 472 views

Hi,

       I came across another problem I was having on my edit page I am creating. I have a field called Open_Jobs_Affected_Date. For some reason, on this edit page, it would not let me have this field named like this. I kept getting this error:

Form entries incomplete or invalid

  • 3/1/12


     So I decided to change the name of my field and see what would happen. I just changed it to Open_Jobs_Affected_2Date and it worked. I found something online that it’s looking at the “_date” part and it tries to validate the form field as being a valid date time value.

       Does anyone know if there is a different way around this? I really don’t want to have to change my field name. I would have to change it on all the other pages I’ve used it on then. Can I use something like these around it: [] or something similar somehow?

Andy

    This topic has been closed for replies.

    1 reply

    p_sim
    Participating Frequently
    August 16, 2012

    _date, _time, _range, and _required suffixes are used in ColdFusion built-in form validation.

    See this reference: http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7a7b.html