We're trying to determine if it's possible to show a different landing page based on what value user enters in form country field.
For example:
if country field contains USA, Canada, UK, then send to landing page A.
If country field not contains USA, Canada, UK, then send to landing page B.
Any input would be greatly appreciated.