Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Forms & Blueprints

Date picker in contact form

Solved by pamtbaau View solution

Started by elisabetta 4 years ago · 4 replies · 750 views
4 years ago

HI all. I need to add two date picker fields to a contact form (they should enable the customers of a B&B to choose the from/to dates for their staying).
I use the "Example contact form" displayed in GRAV documentation.
Any idea how to add these fields?
Thanks in advance!

4 years ago

OOOPS! Completely my fault!! I read the documentation related to the admin Plugin :upside_down_face:
Now I tried with your link and it works!
Can you explain the meaning of "Validate min" and validate max? I'm a bit confused about that..

4 years ago

@maria, I can imagine the docs are a bit confusing...

Try:

YAML
validate:
    min: "2022-01-01"
    max: "2022-01-10"

You will see that the dropdown allows the user to only pick (or enter) a date between Jan. 1st and Jan. 10th

Note the ISO format of the date.

4 years ago

Thank you sooooo much! It's perfectly clear now 🙂

Suggested topics

Topic Participants Replies Views Activity
Forms & Blueprints · by Ton Haarmans, 5 years ago
13 1136 4 months ago
Forms & Blueprints · by Hugo Oliveira, 5 months ago
0 61 5 months ago
Forms & Blueprints · by Flachy Joe, 6 months ago
9 134 6 months ago
Forms & Blueprints · by Augustus, 7 months ago
7 110 7 months ago
Forms & Blueprints · by Julien, 7 months ago
10 129 7 months ago