Skip to main content

Whenever I try to pass parameters from a Kajabi Form on a previous page to an embedded calendly form, the question boxes like Email and Name are not auto populated.

 

An example of a URL that I’ve used is: https://www.clearhealthmedical.com/appointment-time-and-date-copy-1?email=john.rowen23%40gmail.com&name=John+Rowen&phone_number=5861234567

 

Not sure if this applies but I am also getting the following console error:

 

Thank you for your help!

Tom

Hey Tom, 


The error you’re receiving is triggered by the Same-origin policy. Due to security concerns, this policy prevents scripts in one frame from directly accessing content in a frame from a different origin. Enabling and configuring CORS on your server may resolve the issue. There are different ways to accomplish this depending on your project. I hope this points you in the right direction! 


Reply