User Able to Select Webinar Day and Time from Recurring Webinar

Description
I have a simple html form which has 3 inputs name, email, phone. I am add a webinar registrant by using this html form and php cURL and it work fine. Now I have setup recurring webinars and I want to add a drop down for date and time for these recurring webinar. Now I want to submit this date and time value with name, email, phone. How is that possible in php cURL? I am also sending you Zoom registration URL I just want to made same functionality.

https://us02web.zoom.us/webinar/register/WN_8bVBFmi4QqiU1khCEC9-kw

Hey @luke1,

It sounds like you’re asking how to send these fields (name, email, phone) via the Add Webinar Registrants API, but for a specific date/time of a recurring webinar—is that right?

If so, you can use the same endpoint you’re already using:

But you’ll need to designate the occurrence id using this parameter:
image

Hope this helps! Let me know if I’ve misunderstood anything, though.

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.