CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
187 stars 163 forks source link

Time Picker Field #1496

Open lukecav opened 7 years ago

lukecav commented 7 years ago

Currently there still is not a time picker field in Caldera Forms core, most other form plugins have both date picker and time picker field options, this seems like a feature that is missing still.

https://wordpress.org/support/topic/how-to-set-time-picker/

ghost commented 7 years ago

Agreed

max-bulygin commented 7 years ago

This is a big drawback of this plugin. Need to research more because of that(

knireis commented 7 years ago

i do miss this feature as well

RC1234 commented 6 years ago

I also would like to have a time field.

msarit commented 6 years ago

I agree - its absolutely ridiculous

JeePeeNL commented 6 years ago

+1 for a time picker. One where you can set the earliest and highest time + an increment value in minutes (so the picker shows a list like 13:00, 13:15, 13:30 etc.)

Orlandster commented 6 years ago

+1 for this feautre.

@Shelob9 Is there any priority on this? Would be great to know if it's smth. you consider to imlpement, since it's a constantly requested feature.

iamntz commented 6 years ago

Pretty late at the party, but I've created a plugin that replaces the built in date picker with a nicer picker that also have a time picker.

Oh, and also have a bunch of themes 😎

Shelob9 commented 6 years ago

@iamntz Is that a publically available plugin? I'd love to check it out and link to it from CalderaForms.com

iamntz commented 6 years ago

@Shelob9 ahaha i though i forgot something! Sure is available!

https://github.com/iamntz/wp-caldera-forms-time-picker

wmassjunction commented 6 years ago

This is awesome. I assume it would be complicated to add an AM/PM option for the US. Some of us Americans are too dumb to do the math for a 24 hour clock. It's not a huge deal but would make things a little easier.

iamntz commented 6 years ago

@wmassjunction You know what? You're right (not with the dumb part, though)! I've added an option to set time format (12 h AM/PM or 24h) and to also set the first day of the week (monday or sunday).

Also, the admin is greatly improved! I'm hiding all irellevant options (e.g. no time format when you're using only the calendar).

Shelob9 commented 6 years ago

@iamntz This is awesome. Would you be willing to contribute this as a pull request? I think this would be a great feature. Adding new fields is important, but I'm putting my time/ energy that I can put on CF core into GDPR compliance, then advanced file fields, then refactoring the admin interface to improve performance and make adding in demand features easier.

I'd love more community contributions -- for example, you submitted #2525 and I'm happy about it :)

wmassjunction commented 6 years ago

Somehow I seem to have screwed up this field. I added a condition to open the field, is there anyway that could affect it? The field is still there but when I click on the field it accepts characters but does not show the calendar or clock. I made a few other changes too but I can't tell what the problem is. The other fields all work fine including the regular date field.

iamntz commented 6 years ago

@wmassjunction fixed! :)

Orschpfeiferl commented 6 years ago

@iamntz Thanks for your plugin. It helps me a lot. Good Job!

janarth20 commented 6 years ago

I found it TIME field available in Caldera form. Try this create "single line/text" > under property HTML5 TYPE > choose TIME. Simple

maulikpatelbtech commented 5 years ago

We can use the WP DateTime picker plugin from https://wordpress.org/plugins/date-time-picker-field/ and add the class in "Single Line Text" fields type.