Skip to content
Advertisement

How can i prefill calendly guests email?

i passed the prefill data using initPopupWidget.

JavaScript

But the form is empty, email is populated successfully. Also i clicked the Add Guests button to open the Guest Email(s) filed.

enter image description here

Advertisement

Answer

The guests prefill value should be a string of comma separated values. You can update your code to the following to resolve this issue:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement