I have an anonymous survey link onto which I’ve added some query strings. For one of the URL query strings I would like to set a range rather than a consistent value, so urlexample.com?id_range:01-100
Then I would like to have a text entry question with custom validation (I believe the best way to do this, though maybe just in the java editor) to only accept answers within the range specified in the URL query string range (so in the example, 01 through 100).
I do have id_range set as an embedded variable from the URL in the survey flow.
Thank you!