I have a webinar registration form built using Ninja Forms, and in the form there is a dropdown menu for multiple sessions (different topics & different dates).
The desired functionality is when a user selects webinar A on our registration form, Zoom creates a webinar registration for webinar A only.
I think this would require an if-then statement (for example if webinar A is selected then create entry for webinar A. If webinar B is selected, do not create a registration for webinar A)
How do I setup the Zap to create a webinar registrant for only the selected webinar(s)?