Anyone know if it’s possible to set a unique SUCCESS destination URL based on the user’s selection in a CUSTOM registration field I’ve created?
I’ve added a CUSTOM registration field to the registration form which asks the user to indicate their “experience level” with Internet Marketing. What I’d like to do is send the user to a UNIQUE destination URL immediately after they complete registration BASED ON what they selected for their “experience level.” For example, if they select option A in the “experience level” drop-down (custom registration field), I want to send them to destination page #1 (by using the success="/xxxxxx" attribute). But if they select option B in the “experience level” drop-down, I want to send them to destination page #2.
Similarly, I’d really like to add people to a unique MailChimp list based on their “experience level” selection as well. If they select option A in the “experience level” drop-down, I want to add them to MailChimp list #1. But if they selection option B, I want to add them to MailChimp list #2.
Any idea if this kind of thing is possible?
The only solution I can think of is…
-
Ask new sign-ups to indicate their “experience level” BEFORE filling out the registration form… If they select option A, send them to registration form version A, and if they select option B, send them to registration form version B.
-
New sign-ups who fill out registration form version A are made “level2” subscribers (for example) and are therefore added to the “level2” MailChimp list. New sign-ups who instead fill out registration form version B are made “level3” subscribers and are added to the “level3” MailChimp list.
This technically will work, I’m confident, but I’m not thrilled about using this approach as it will require a lot of re-work with the [s2If] codes I’ve already set up throughout the website… AND I’m not thrilled about the fact that “level2” users and “level3” users are really the same LEVEL (i.e. paying the same monthly fee) and yet are different user levels in my system.
Any advice or input? Thanks in advance.