• Missy Lewis
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
I created a VF page in my sandbox and it works perfect. I am not a developer but somehow managed my way through this. I tried to put it into production but got an error about changing meta data. Found out the only way to get my VF page into production was pushing it through the sandbox. I did that and when I go into production the page is listed but the code area is blank. I can't paste the code there because I get that meta data error again. 

Any ideas on how to get the VF page into production?
 
 
Melissa Lewis (ez) asked a question.
 
I figured out that I can't use the HTML editor because it does not support javascript. From what I've read I need to create an aura so that I can embed the code there and then drag onto my page. I got to where I enter the code and I'm getting an error. Here is the code I'm using:
<aura:component><!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/ezanchorpuller-melissa-lewis/interview" style="min-width:320px;height:630px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<!-- Calendly inline widget end --></aura:component>

and here is the error:

Failed to save Calendlys.cmp: script tags only allowed in templates: Source

any help?