Question quick form

Hi,

I would like to get user input using the format Month/Year (DD/YYYY). How can I do this with a quick form? I’m interested in getting a period not a specific date.

Thanks for your help,

Regards,

Claire

Hi @Claire,

you can use String Configuration or String Widget node depending on your use case. (String Input if you are using legacy Quickforms.) In them you can create regular expression that will validate input and give error in case of a wrong one. Also you can use two Single Selection Configuration (or Widget again) nodes which input can then be modified to give you format needed for further processing.

Br,
Ivan

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.