Regex Condition applied to Rule for Custom Form selective email


(M L Sanders) #1

I have a Custom Form with an email going to one of 5 or 6 mailboxes, decided by rules checing the value of one of the questions.

 

I now need to link each rule with the value supplied as the answer to a different question, so I've added a 'Condition' to each rule.

 

The options of the new question proved 'text' values only, so the only Validation options open to me are 'match a regex' or 'doesn't match a regex'.

 

What's the correct formatting to specify the regex I need to match with?

Is it:

  • ^Postgraduate Taught Home/EU%
  • /Postgraduate Taught Home/EU/
  • /Postgraduate Taught Home\/EU/
  • "Postgraduate Taught Home\/EU"

or something else?

 

many thanks

 

mark


(Bart Banda) #2

Have you tried just 

 

Postgraduate Taught Home\/EU

 

?