Hi @KTDents,
Thanks for sharing your question with us!
@retention has great insight here! However, you’re right, you won’t be able to show them a discount after your URL redirect.
I would consider adding a hidden property to the form that will add to a customer’s profile upon form submission. The property would attach to the submit button on the first step, ‘profile information, of your form with this possible text: ‘We haven’t received your preferences on how you want to hear from us. Do you want to receive a discount by sharing your preferences with us?’. If a user confirms they want to do this, they click the button and are taken to the next step of your form, which would take them to the URL once they click the button on this second step as well.
After creating the form in this way, you can then create a segment to catch all users who updated their preferences after completing this form with these conditions:
- are on your list
- have the form property that is added upon form submission
- Have preferences attached to the profile (I would connect all options you give by the OR connecting so it captures all possible options a user could pick.
You can then create a segment-triggered flow that would send a message to all users who dynamically enter this segment and share the coupon email this way.
Hope this helps!
-Taylor