Hi,
I would like restrict the user to input in a text field until 2 words, separeted by comma.
It´s possible in survey connect 123?
Eg. Car Cat = Correct (2 words and 1 space)
Car Cat Ball = Wrong (3 Words inputed)
Thank´s
Solved! Go to Solution.
A couple of ideas:
Attaching both options so you can see them in action. Start with the RegEx one. It is simpler.
If not familiar with custom JS, check this: https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/b...
A couple of ideas:
Attaching both options so you can see them in action. Start with the RegEx one. It is simpler.
If not familiar with custom JS, check this: https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js/b...
Hi Ismael.
I will try. Very interesting!!
Thank´s for your help.