APIs & Integrations

raguelares
Member

DatePicker limit

Hello, I need to create limit on a datepicker with javascript or otherwise. It's possible?

0 Upvotes
3 Replies 3
kmj10
Member

DatePicker limit

I have found two guides which can solve your datepicker limit question.

 

React Datepicker Example

 

Angular Datepicker Example

 

In these articles, the author has briefly described how we can use the date in javascript frameworks.

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

DatePicker limit

Hi @Raguel_Lares,

It's not possible to impose limits on date picker fields using default HubSpot forms; you'd need to use some sort of custom field validation. I'd recommend starting by checking out some external resources for ideas:

Form validation using HTML and JavaScript - GeeksforGeeks

Forms are used in webpages for the user to enter their required details that are further send it to the server for processing. A form… Read More »

0 Upvotes
raguelares
Member

DatePicker limit

Hi @Derek_Gervais thaks, but how is build hubspot's datepicker?

0 Upvotes