Hello! I have a form that allows users to sign up for multiple events at the same time using the same form. I've currently got this set up to create a new campaign member object for each campaign, but to skip it if this formula come back true: @IF(%%tfa_11712BalancingLi%%="Yes","TRUE","FALSE"), where "tfa_11712BalancingLi" is the alias for the checkbox to register for the event. The only problem is that the form is registering every user for every seminar - even if they only registered for one. How can I keep this from happening?
Usually this issue is caused by using the wrong alias. You might have better luck opening a support request and letting us know which form you're working with.