CMS Development

AlexCrypto
Member

New to Hubspot

Hi Everyone,

 

I just signed up to hubspot yesterday, and i'm trying to see if I can achieve the following things with it.

 

1. Biggest problem of today was centering a form on my website. I've went into the community solutions on the forum but without any resolve. So i'm getting the form as a script in order to embedd to my shopify website. I'll then go and add the code to a custom html section that i've created, however i can't center the form at all, and it looks weird sitting on the left hand side. Is there a solution to center that form?

2. I've noticed there are meeting bots, live agent bots etc. My question is this. Could a meeting bot be triggered when my customers hit a certain button ? Like book a meeting? If this is not possible, any chance we could have an all in one solution? Like a bot giving out options to customers. Welcome to "Acme" how can i help you today? Enquire about a product, order status, book a meeting. 

3. This is definitely one of the important ones. As i'm joining the cool gang that's using hubspot i would like to have some sort of automation. I've developed a brochure that would act as a "hook" for new customers, with a button on the website named : download brochure. Would it be possible to have the following scenario : customer clicks download brochure, a pop up form is then shown, with input your name, number and email, after submission the document is being sent to them via email. At the same time an email will be sent to them saying : thank for joining us, here's your download . 

 

I've really been drawn to hubspot compared to others, however i've tried reaching out to live chat a couple of times however i've hit a stone wall.. Makes me think twice. 

Anyway, are there solutions to my questions? 

Thanks in advance.

0 Upvotes
4 Replies 4
Oezcan
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

New to Hubspot

Hey @AlexCrypto ,

 

Please try it in a css file.

.hbspt-form {
    display: flex;
    justify-content: center;
}

 

Best regards,

Özcan

Oezcan Eser Signature
AlexCrypto
Member

New to Hubspot

Hi Ozecan,

 

My biggest concern is the form at the that i want to center in the middle of the page.

The code for it is the following 

 

<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/shell.js"></script>
<script>
hbspt.forms.create({
region: "eu1",
portalId: "25458457",
formId: "b064d4fd-2b65-41ca-8cd6-be4621efa5fb"
});
</script>

0 Upvotes
Oezcan
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

New to Hubspot

Hello @AlexCrypto ,

 

Can you please show us your code?

 

Best regards,

Özcan

Oezcan Eser Signature
dennisedson
HubSpot Product Team
HubSpot Product Team

New to Hubspot

@Oezcan , @karstenkoehler , @Teun 

Any chance you all could help out our new friend 😬

0 Upvotes