relu / contact-form-7-datepicker

Datepicker for Contact Form 7 Wordpress Plugin based on JQueryUI's datepicker (NO LONGER MAINTAINED)
http://wordpress.org/plugins/contact-form-7-datepicker/
29 stars 34 forks source link

Date doesn't show on the email #189

Open vlachaki opened 7 years ago

vlachaki commented 7 years ago

Could you please help?

My code is:

[date* date-42 date-format:mm/dd/yy min-date:1 text arrivalDate id:arrivalDate placeholder "Arrival Date" ]
<div class="mail_and_female_main">[date* date-90 date-format:mm/dd/yy min-date:1 text leavingDate id:leavingDate placeholder "Leaving Date"  ]<i class="fa fa-calendar"></i></div>

And what I get on the email is Arrival Date: [arrivalDate] Leaving Date: [leavingDate]

What am I doing wrong? I have tried different browsers too. Another note is how can I define the leaving date to start from the date they pick on the arrival date?

Thanks

Dewdan commented 7 years ago

Make sure that in the Message body: you have Arrival Date: [date-42] Leaving Date: [date-90]

And not: Arrival Date: [arrivalDate] Leaving Date: [leavingDate]