CMS Development

sancybalani
Membre

Popup HubSpot form on CTA click

Résolue

Hi,

I need to load a hubspot form as a popup upon a CTA click.  The objective is to seek GDPR consent when a user submits a signup form. I dont want to include all the GDPR consent text on the webpage as it will make the form very bulky hence we want to popup the GDPR consent form when a user clicks a button. 

 

I understand button click trigger is not possible with lead flows. Is there any other way we can do this

2 Solutions acceptées
tjoyce
Solution
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

Popup HubSpot form on CTA click

Résolue

Thanks @VeronikaT  - Can you please add this CSS to your site? Then put the text link wherever you need it to go and the styles should be picked up by the CSS.

 

<style>
a[data-micromodal-open] {
        -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(0,207,255);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 6px 18px;
    text-shadow: none;
    width: auto;
    font-size: 24px;
    line-height: 1.5em;
    width: auto;
    min-height: 30px;
    padding: 16px 40px;
    margin-top: 40px;
    align-self: auto;
    border-radius: 4px;
    background-color: #00cfff;
    font-family: 'Linotype avenirnextltpro demi', sans-serif bold;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
</style>

 

Voir la solution dans l'envoi d'origine

DomRychlik
Solution
Équipe de développement de HubSpot
Équipe de développement de HubSpot

Popup HubSpot form on CTA click

Résolue

Hi all, my name is Dom and I'm one of the Product Managers at HubSpot. I've some exciting news to share - we have launched a brand new pop-up tool in HubSpot Marketing Hub and CMS Hub into public beta today that allows you to do exatcly that. If you're interested in joining the beta, please DM me and I can add you in!

Voir la solution dans l'envoi d'origine

178 Réponses
JFrech
Participant

Popup HubSpot form on CTA click

Résolue

Hi Tom, 

 

Are you still willing to help with some quirky CSS issues with deploying the button/form on case to case basis? 

I've tried with our page: https://www.callrevu.com/pricing but the button doesn't appear, just the link text, although the form does function properly. Any chance you could help us find the solution for our gremlins breaking the button?

0 Votes
tjoyce
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

Popup HubSpot form on CTA click

Résolue

Hi @JFrech - Where is your button/popup link text on this page?

0 Votes
JFrech
Participant

Popup HubSpot form on CTA click

Résolue

Hi Tom!

 

I apologize, I wasn't sure if this thread was still active, so I had pulled it down while I was waiting to hear something- I recreated the page here: https://www.callrevu.com/pricing-2 and the button is active in the hero section at the top, it just doesn't look like a button. Thank you so much for taking a peek for us!! 

0 Votes
JFrech
Participant

Popup HubSpot form on CTA click

Résolue

Quick update- 

 

I was able to find a workaround in replacing the text for the button in the line of embed code used to place it with an image instead! Probably not ideal, but it works!  Results: https://www.callrevu.com/pricing 

0 Votes
tette_engage
Contributeur de premier rang

Popup HubSpot form on CTA click

Résolue

And if you want to style the button, just give it a class in the source code of the rich text, and then add the styling in your css 🙂 @lorennaeunapio 

RAIDBOXES
Participant

Popup HubSpot form on CTA click

Résolue

must have!

ClinicalHQ
Participant

Popup HubSpot form on CTA click

Résolue

I don't see my "pop-up forms" as options when I use this tool.  Only regular forms.  Is there a way to have their pop-up forms work with this same system?

 

Goal:

 

I want to have a text/button that when triggered loads a form, which when completed, triggers a download to a hubspot file.  (Gated download).

 

The hubspot pop-up form works for this, but has no direct embed capability.

A CTA has a file download option, but no gating capability.

A form collects data, but has no file download option at the end.

 

Help?

0 Votes
tjoyce
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

Popup HubSpot form on CTA click

Résolue

@ClinicalHQ - don't forget step 3, it will take you right to the popup form 

https://startups.belch.io/popup*

 

*Edited by moderator on May 31 2023: The service belch.io is no longer available. 

ClinicalHQ
Participant

Popup HubSpot form on CTA click

Résolue

@tjoyce  right but on that popup maker it doesn't let me pick from a Hubspot Popup form only a Hubspot regular form.

0 Votes
Kmoloo
Contributeur de premier rang | Partenaire solutions Elite
Contributeur de premier rang | Partenaire solutions Elite

Popup HubSpot form on CTA click

Résolue

@ClinicalHQ - That's right. To clarify, HubSpot pop-up forms aren't what you want to use in this case, you want to use a normal HubSpot form with the Belch form builder. The embed code that Belch produces will give you what you need for the button to trigger a pop-up and display your form.

tjoyce
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

Popup HubSpot form on CTA click

Résolue

Hi @sancybalani,

Could you please provide us with a preview link that contains your cta so we may tinker with some code and attempt to get you some kind of solution?

tette_engage
Contributeur de premier rang

Popup HubSpot form on CTA click

Résolue

@tjoyce Since OP has gone AWOL, I could provide you with my preview-link as I need something similar.

 

http://www.prometheusone.io/-temporary-slug-4e5aaf48-7cf5-46b3-8d64-14e1c05d15e1?hs_preview=flOzfgzd...

 

As you can see, the form is like the goblins in Moria (all over the place). I could try to play with the lay-out a little to get it to look goof (or at least better), but the ideal situation is a 'Subscribe' button, which opens the form in a small pop-up window, which then closes after you click 'submit'.

mbutter
Participant

Popup HubSpot form on CTA click

Résolue

What was the solution here?

Kmoloo
Contributeur de premier rang | Partenaire solutions Elite
Contributeur de premier rang | Partenaire solutions Elite

Popup HubSpot form on CTA click

Résolue

Use the Belch tool that @tjoyce mentioned and his process. Then, instead of a HubSpot CTA, just use the Belch button embed and you can look at tracking on the form level instead of the cta level.  You'll still see form views and submissions and can create your conversion rate from it.  If you want to see button clicks, you could set that up in the events tool if you use marketing hub enterprise.

0 Votes
tjoyce
Expert reconnu | Partenaire solutions Elite
Expert reconnu | Partenaire solutions Elite

Popup HubSpot form on CTA click

Résolue

Follow Carefully and reply with questions if you have any trouble.

I'll try to make it as simple as possible 😄 

 

1. Head over to https://startups.belch.io*

 

*Edited by moderator on May 31 2023. The service belch.io is no longer available. 

zlukasiewicz
Participant

Popup HubSpot form on CTA click

Résolue

This service has been shut down. Please remove admins

MiaSrebrnjak
Gestionnaire de communauté
Gestionnaire de communauté

Popup HubSpot form on CTA click

Résolue

Thank you for flagging @zlukasiewicz

 

Cheers
Mia, Community Team 


Wusstest du, dass es auch eine DACH-Community gibt?
Nimm an regionalen Unterhaltungen teil, indem du deine Spracheinstellungen änderst


Did you know that the Community is available in other languages?
Join regional conversations by
changing your language settings

0 Votes
dsanchezRW
Participant

Popup HubSpot form on CTA click

Résolue

Hey Tim, it appears like the app or the link to install the app is currently down. We're trying to create a button activated pop-up form and would like an ETA on this issue.

0 Votes
Creativesoul
Contributeur

Popup HubSpot form on CTA click

Résolue

Hey Tim,

I am having a hard time downloading your app to Hubspot.  HS support said the har file might be the issue?  Could you help?

 

Kind Regards,

Casey

0 Votes
sauloavelar
Participant

Popup HubSpot form on CTA click

Résolue

Hey @tjoyce ,

Great functionality.

 

Unfortunately, it didn't work for me. 

See, I am trying to add a pop-up form to my LP and I was pasting the code on the Footer (advanced settings) and the Href on the button custom link and I am getting a 404 Error. 

 

Any chance you'd know how to actually make it work?

 

Thank you,

Sal 

0 Votes
KHardisty
Participant

Popup HubSpot form on CTA click

Résolue

Looking to trigger a pop-up after submission of another form. I know I can have HS run a script after a form is submitted, so do you know if a pop-up form could be triggered via script? 

 

This would be very clean and an easy way to trigger a pop-up form. 

0 Votes