Workflow Soluiton

 View Only
  • 1.  Datepicker NULL value

    Posted Mar 25, 2013 05:12 PM

    DatePicker.jpg

    I have a web form with a datepicker field that I want to leave blank so users only have to fill in a date if they want to.

    I have the fields default value to null but the form wont load. Any ideas how to make the default value for a datepicker field NULL? Thanks!



  • 2.  RE: Datepicker NULL value

    Posted Mar 25, 2013 06:24 PM

    if all you care about is the appearance to the end user, see if you can use this.  This is how I typically do it.

    there's basically a t/f flag indicating whether the user has set a date or not.  Screenshot and demo attached.

    Attachment(s)

    zip
    DateDemo.zip   1.48 MB 1 version


  • 3.  RE: Datepicker NULL value

    Posted Mar 25, 2013 06:26 PM

    screenshot didn't show up for some reason. here you go. datedemo.PNG



  • 4.  RE: Datepicker NULL value

    Posted Mar 26, 2013 12:26 PM

    Thanks africo.

    That solution works if not as clean as a datepicker component. I would still like to use a datepicker if possible.

     Does anyone know if this is a known issue in 7.1? It used to work in previsous versions.

    Thanks!