Question

Kajabi to Calendly Integration

  • 24 March 2024
  • 1 reply
  • 83 views

  • Community Member
  • 0 replies

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:

[Error] Blocked a frame with origin "https://calendly.com" from accessing a frame with origin "https://www.clearhealthmedical.com". Protocols, domains, and ports must match.

 

Thank you for your help!

Tom


1 reply

Userlevel 1

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