@CurastoryHQ @Liz
if you are sending your existing clients to the quiz via an email, you could append their account id to the link ie something like #acct=xxxxx, the xxxxx string could be replaced automatically by your crm solution (??)
in your typeform you would have to create that hidden field and then use a logic rule that would validate the inbound code against the possible account ids that are listed in the rule ie:
- if acct=12345 or if acct=12349 or if acct =23456 etc (for all the possible accounts) then set variable promocode to ‘save20’ otherwise leave promocode blank
it means that for the 100 + account numbers you have you have to add them to the logic rule - and every new account you would have to do that with as well. but that part is as simple as clicking “add a condition” and adding the new acct id..
it’s a workaround that i have used for a client who wanted 3 different promo codes for distinct sets of account numbers (45 in each of the sets)
des