• Hi, I′m trying to set up a form to ask for hotel-like reservations.
    I need to set 2 dates, for desired check-in and check-out.
    So far I have been able to use min-date to avoid selection of past dates (and stablish a maximum one-year time frame), but I need check-out date to be correlative with the selected check-in date.
    Is there a way to make 2 date fields become “conditional”?

    this is so far the shortcode for my 2 date fields:

    [date* date-98 date-format:mm/dd/yy min-date:0 max-date:364 id:fechaIngreso class:fechame placeholder “entrada”]

    [date* date-99 date-format:mm/dd/yy min-date:1 max-date:365 id:fechaSalida class:fechame placeholder “salida”]

    /////////////////////////////

    thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Form with 2 correlative dates (in-out booking)’ is closed to new replies.