• Resolved mleder

    (@mleder)


    I have a function written and placed just before </body>.

    In the button creation form, where would I place the following:

    <a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/rosalindsedacca/30min?hide_gdpr_banner=1'});return false;">Schedule a complimentary session with me here</a>

    • This topic was modified 2 years, 3 months ago by mleder.
Viewing 1 replies (of 1 total)
  • Plugin Author Bas Schuiling

    (@basszje)

    In the PRO version we have a separate field for this. In the free version you could make it work by using the URL field and prepending the JS call with javascript:

    
    ( i.e.  javascript:Calendly.initPopupWidget({url: 'https://calendly.com/rosalindsedacca/30min?hide_gdpr_banner=1'} )
    • This reply was modified 2 years, 3 months ago by Bas Schuiling.
Viewing 1 replies (of 1 total)
  • The topic ‘Where to insert onClick Event’ is closed to new replies.