We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Allow for commas in Survey App list question types.
This feature would allow for the use of full sentences as possible options in the list.
Comments
From Cireson IR46874:
It seems the list string is split using the comma ( , ) as I predicted, but is there a way to put a comma in as part of a value? As in, escape the comma, so if we entered something like: , ..... then it would be HTML decoded to ',' AFTER the initial string was split using ',' characters so the array of strings is already created so you'd loop through the elements and if they contained ',' then you'd replace it with ','