Hello,
I am looking to create a survey question that restricts postcode entry.
When inputting the answer it must begin with 'PA' - any other answer should be rejected.
You can add a constraint to a text field:
constraint | constraint_message |
.>"PA-" and .<"PA-9999" | Invalid code |
You will just have to adjust the numeric check (9999) to your requirements