Hey there.
Looking to change the month dropdown of the date dropdowns to show the month name and not the month number. Is there a way to change the formatting of this?
Thanks!
Hey there.
Looking to change the month dropdown of the date dropdowns to show the month name and not the month number. Is there a way to change the formatting of this?
Thanks!
You would have to separate out the dropdowns and build them manually to have the changes you've requested.
This would be a great change to the current format - month names are more intuitive than numbers, for maximum compatibility you could have:
January (1)
February (2)
March (3)
Meanwhile, here's a javascript solution: http://pastie.org/pastes/2993093#3
This could also be done in PHP using: http://www.gravityhelp.com/documentation/page/Gform_field_content
Thanks for posting your solution howdy.