Hello
I’m adding a date picker, and I’d like it to work so that when a user picks a date, another field automatically shows a date three months later.
I tried the offset but didn't work.
Since the page has already been create by the time you're picking a value from the first date picker, I don't see anyway you can do it other than using jQuery to set up a listener for a change event on your first date picker and then setting the value of the next date picker. It'd be just a few lines of code.
Could you please send me any guidance. Thank you!
Google "jQuery set field values" or look at https://formidableforms.com/knowledgebase/javascript-examples/#kb-fields and everything under there.
Please login or Register to submit your answer