I’d like to be able to do two things:
- Prefill one of the answers with specific content.
- Hide my avatar and the event details.
Is it possible to do both? I got them working separately with what looks like different embed code, but can’t figure out what to do to make them both work.
Here’s my embed code:
*******************************************
<div id="calendly-embed" style="min-width:100%;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js"></script>
<script>
Calendly.initInlineWidget({
url: 'https://calendly.com/pianoladybarb',
parentElement: document.getElementById('calendly-embed'),
prefill: {
customAnswers: {
a1: "PT5000 Module 1: Unit 1: Knowledge Check"
}
}
});
</script>
***********************************
And a link to the page
https://calendly.com/pianoladybarb/knowledgecheck
The pre-filled answer a1 is of higher priority to me, so if it can’t be done that’s ok, but if possible, I want to hide my avatar, the cookie message, and the event details too. I had a look at the embed codes for both, and they look different, and I just can’t figure out how to incorporate both features.
Can anybody please help? I’m afraid I don’t know much about javascript, Just a newbie!
Thank you very much in advance! Much appreciated!
Barb