Create a popup contact form from a button in the bebuilder
How do I create a popup contact form from a button in the bebuilder?
This is the contact form I would want to have popup when a button is clicked on the page:
<div class="_form_25"></div><script src="https://adventmarketingagency3519.activehosted.com/f/embed.php?id=25" type="text/javascript" charset="utf-8"></script>
Comments
Hi,
The easiest way will be to put the contact form shortcode inside the Popup shortcode.
It should look like this:
Best regards
Can I make it pop up with any of these?
I was able to get this working. How can I update the button to use the color #0084ED for the background of the button, and use arial bold font. Is there also a way to adjust the button size?
Buttons take their styles from Betheme -> Theme options -> Global -> Buttons, and you can modify it there.
Best regards
Would this change the buttons across the whole site or just for popup?
I only want to change this popup button color.
This would require writing a custom CSS.
I can help you with that, but I need a website link.
Best regards
Here is the link: https://rapidcashhomebuyer.com/free-report/
Please, use the following CSS code:
Put it in the Custom CSS field located in the Page Options.
Best regards
I ve a simular problem, bu must embed a script for the popup
<!-- Calendly Badge-Widget Beginn -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/domain/orientierungstermin', text: 'Zeitplan Zeitfenster', color: '#ff9700', textColor: '#ffffff', branding: true }); }</script>
<!-- Calendly Badge-Widget Ende -->
i ve insert it like below but there starts only a smal empty window
Hi @brodbdie,
Please, try to put this in Betheme -> Theme options -> SEO.
Thanks
ok this give as result a floating button and not what i looking for.
The Popup should be appear on click a button placed as Element or embeded in text
Did you try putting this in the Column Text element?
If not, please, do that. You need to have the Code option enabled in the Builder settings when you do it.
Best regards
Ok as i see i must build the button by my own and cant use Shortcode Button or Button Element. The code cant include to this.
<!-- Calendly Link-Widget Beginn -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/billewitz-steuern-recht/bewerbung?primary_color=ffa600'});return false;">Klick hier für Deine Zukunft in einer innovativen Steuerberatungskanzlei!</a>
<!-- Calendly Link-Widget Ende -->
So you handled it?
Best regards