Custom Datepicker NMR

설명

Contact Form 7 offers users standard HTML5 controls to input data, like text input and input type=”date”.
The browser will not format the date text in a date format you might choose
This plugin allows Contact Form 7 to use jQuery UI Datepicker where date format can be set or changed.
This plugin requires jquery , jquery ui and contact form 7.
Use format, min or max to configure it.

[datepicker* myFirstDatepicker id:myFirstDatepicker format:dd.mm.yy min:2022-06-06 max:2022-08-08] 

Docs & Support

Check the support forum on WordPress.org. If you can’t locate any topics that pertain to your particular issue, post a new topic for it.

Custom Datepicker NMR Needs Your Support

It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using Custom Datepicker NMR and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support.

Privacy Notices

With the default configuration, this plugin, in itself, does not:

  • track users by stealth;
  • write any user personal data to the database;
  • send any data to external servers;
  • use cookies.

스크린샷

  • screenshot-1.jpg

설치

  1. Upload the entire folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Basic usage:
[datepicker myFirstDatepicker id:myFirstDatepicker format:dd.mm.yy]
or
[datepicker* myFirstDatepicker id:myFirstDatepicker format:dd.mm.yy] – for required field.

후기

2021년 9월 21일
This did the job I wanted but the installation info could be a little clearer. All it says is: Basic usage: [datepicker myFirstDatepicker id:myFirstDatepicker format:dd.mm.yy] I figured out that this had to be placed within the form fields; but in order to get the form to send the date the following also has to be added in the message body of the mail tab: Date : [myFirstDatepicker] Took me a couple of goes to work out was was needed. Great plugin, just needs better instructions for use.
2020년 8월 10일
Thanks, so I can see the right date format. I tried to add a min date like this: [datepicker date-1 min:today+7days id:date-1 format:dd/mm/yy] or [datepicker date-1 start-date min:today+7days id:date-1 format:dd/mm/yy] but doesn’t work, any idea please? M
2020년 6월 26일
Solved a field mapping HTML date format issue with a third party service. Thank you!
모든 5 평가 읽기

기여자 & 개발자

“Custom Datepicker NMR”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Custom Datepicker NMR”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.8

  • Allow change of month and year

1.0.7

  • Show The field is required.

1.0.6

  • Fixed a bug on max date validation

1.0.5

  • Fixed a bug on min / max date validation

1.0.4

  • Add support for jQuery Datepicker minDate, maxDate settings by using min and max properties of datepicker

1.0.3

  • Fixed validation

1.0.2

  • Fixed validation for required datepicker

1.0.1

  • Changed plugin meta-data: wordpress user

1.0.0

  • First version.