Using date and time picker for Web Forms Print

  • Web Forms
  • 0

When using Date fields in our Web Forms builder, our system by default supports both date AND time. So your Web Form will have a date and a time picker by default. No worries, this can be customized!

When creating your Web Form, be sure to sync your latest Web Form code under the Customize tab and then locate the <input> tag for your Date field.

For a Date AND Time picker use:

<input id="Date" name="Date" type="datetime-local" class="your-class">

For just a Date picker use:

<input id="Date" name="Date" type="date" class="your-class">

Being sure to specify the type="" attribute of your choosing.

 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution