Hi!
I'm new around here. Sorry for my english
Is it possible to activate "Input Mask" for all fields in a List?
Thanks!
Hi!
I'm new around here. Sorry for my english
Is it possible to activate "Input Mask" for all fields in a List?
Thanks!
Another question.
I will use the plugin for event registration.
I have 2 forms of registration: Individual and Collective.
Is it possible to activate a list field depending on the choice of registration?
Hi, caleidoscopic,
The List field does not currently support an Input Mask. You might be able to add an input mask using the hook "gform_input_mask" - http://www.gravityhelp.com/documentation/page/Gform_input_mask_script along with the "gform_enqueue_scripts" hook - http://www.gravityhelp.com/documentation/page/Gform_enqueue_scripts . I came across an example where a user had a custom list they created and added a mask - http://pastie.org/2956181 . This is similar so it may help you.
If I understand correctly, as far as displaying the List field based on which registration is being done, conditional logic can be done on the List field in the Advanced tab. You can display/hide the List field based on the value of a drop down, checkbox, or radio button.
Thank you! I think it will be difficult for me to add input mask.
I'll try!