This is a message.

Forum user: listingwarebob

Basic information

Registered May 5, 2010
Last login Feb 5, 2011
Forum posts 5
Direct URL http://www.flowplayer.org/forum/users/27591

Latest forum posts

Posts:

Registered:

Setting Date For Departure

Posted: Feb 5, 2011

I've got a form setup like one of the examples, where there's an Arrival and Departure date. It does also work that if you set the Arrival date, it sets the Departure date to that day and makes that the Departure's min date. So far, so good.

However, because this is a lodging booking application, I'd want the Departure date set to a day later than the Arrival. I can't seem to figure out the code for this - seems some combination of addDay and getValue, but can't get it to work.

Anyone help?

Posts:

Registered:

» » Blank Date?

Posted: May 6, 2010

Thanks! Just making sure I wasn't missing something!

Posts:

Registered:

Blank Date?

Posted: May 5, 2010

Probably really simple, but how do I have the field start with a blank date? I don't always want the date to be filled in. If I leave the value parameter out, it fills it in with current date.

Posts:

Registered:

Checkbox Validation

Posted: May 5, 2010

Yes. All I did was add required="required" to it. Other fields in the form are working for text, email, and password inputs. You can see it here:

http://vacationistas.com/register.cfm

That was the first form I tried to convert to Validator. The checkbox is there, but it doesn't seem to have any effect.

Posts:

Registered:

Checkbox Validation?

Posted: May 5, 2010

I just tried to use Validator on a checkbox field. Should this work?