Hi everyone,
I hope someone can help me, because I’m currently stuck with this setup.
Current behavior
-
When cookies are not accepted, the Calendly script is correctly blocked.
-
When all cookies are accepted, Calendly loads correctly.
So the basic setup works as expected.
My problem
When cookies are not accepted, there is an empty space on the page where the Calendly embed should be.
Instead of this empty space, I would like to display my regular contact form while Calendly is blocked.
Desired behavior:
-
Cookies not accepted → contact form is visible
-
Cookies accepted → contact form disappears and Calendly is shown
What I already tried
I tried to implement this using the Finsweet placeholder approach
(fs-consent-element=“placeholder”), but I can’t get it to work.
Either:
-
the placeholder stays visible all the time
-
or nothing happens at all
My questions
-
Is it possible with Consent Pro to show alternative content (e.g. a contact form) while a script like Calendly is blocked?
-
Is there a clear example, tutorial, or video explaining how to do this?
-
If someone has already implemented this successfully:
- What does the correct structure look like (placeholder / target / wrapper)?
Thanks in advance for your help.