Lead Capture Tools

thiagoaraujo84
Participant

Contact Form 7 integration

SOLVE

Hi,

I'm using a free account. I´m able to integrate the collected forms with wordpress. I can capture "name, email and phone" fields, but I can not capture the "state and company" fields.

I'm using the following tag in Contact Form 7:

[text * company id: company placeholder "Company *"]

Am I doing something wrong or is this feature only released in the paid version?

0 Upvotes
2 Accepted solutions
jennysowyrda
Solution
Community Manager
Community Manager

Contact Form 7 integration

SOLVE

Hi @thiagoaraujo84

 

It looks like the issue is not that the information isn't being captured, but that it is being mapped to a different state field. If you look at the form submission information, the estado and empresa fields (state and company) are filled out so the information is coming in. 

 

Collected form fields will create new fields as outlined in this article: "HubSpot will try to map form fields to the following default properties: EmailFirst Name, Last Name, and Phone Number. Other fields included on your forms will be created as new HubSpot properties in order to store those values."

 

If you would like those contact properties added to the about section, you can edit that by following these instructions.

View solution in original post

andrus
Solution
Top Contributor

Contact Form 7 integration

SOLVE

Here's one more (easy-to-use) option to connect Contact Form 7 to HubSpot by Outfunnel.  It automatically saves contact source / referral, enables mapping various field types and it creates an Activity in HubSpot upon filling. 

Andrus Purde | Outfunnel - The easiest way to connect sales and marketing tools

View solution in original post

13 Replies 13
andrus
Solution
Top Contributor

Contact Form 7 integration

SOLVE

Here's one more (easy-to-use) option to connect Contact Form 7 to HubSpot by Outfunnel.  It automatically saves contact source / referral, enables mapping various field types and it creates an Activity in HubSpot upon filling. 

Andrus Purde | Outfunnel - The easiest way to connect sales and marketing tools
yayabobi1
Contributor | Elite Partner
Contributor | Elite Partner

Contact Form 7 integration

SOLVE

Hi Andrus,

 

Do you support merging the anonymous cokkie data upon submission of the non hubspot form so that attribution is passed for the form submission event?

0 Upvotes
andrus
Top Contributor

Contact Form 7 integration

SOLVE

I'd say that depends. Could you please describe your use case in a bit more detail. What type of cookie are you using and what data are you looking to pass for the form submission? 

Andrus Purde | Outfunnel - The easiest way to connect sales and marketing tools
collizo4sky
Member

Contact Form 7 integration

SOLVE

I was able to seamlessly connect Contact Form 7 to HubSpot using MailOptin plugin. And it is free in the WordPress plugin repo.

 

Here's their guide connecting Contact Form 7 to HubSpot and other CRMs. 

0 Upvotes
Ljohnston1
Participant | Gold Partner
Participant | Gold Partner

Contact Form 7 integration

SOLVE

Which subscription level do you have in HubSpot? I found a plugin but it only works for Pro subscriptions. Thanks

0 Upvotes
SteadyContent
Member

Contact Form 7 integration

SOLVE

Hey, I need to get in touch with Chris O'Donnell or a member of the Integration Team. Does anyone have a good email to reach Chris at? I represent the leading provider of content to sites like yours, and we want to work with SteadyContent to make that available to you!

Thanks so much - first time using this thing, not sure how to start a new thread....

Peter Vadala

SteadyContent

0 Upvotes
hireweb
Participant

Contact Form 7 integration

SOLVE

Hello,

 

We suggest below form plugin add-on.

 

Contact Form 7 - HubSpot Integration

 

Thanks & Regards,

HireWeb

0 Upvotes
jennysowyrda
Community Manager
Community Manager

Contact Form 7 integration

SOLVE

Hey @thiagoaraujo84

 

Can you link to the form you're working with so users can take a look? 

 

Additionally are the fields not being mapped at all to HubSpot or are they being mapped to different fields? 

 

 

0 Upvotes
thiagoaraujo84
Participant

Contact Form 7 integration

SOLVE

Hi @jennysowyrda,

 

An other caracteristic I have identified is that when I receive the e-mail notification from Hubspot I can see all fields values:

print-hubspot.png

 

As you can see, the fields "Empresa" and "Estado" have not been identified as "company" and "state". The next image shows the contat information saved by Hubspot:

 

print-hubspot2.png

0 Upvotes
jennysowyrda
Community Manager
Community Manager

Contact Form 7 integration

SOLVE

Hi @thiagoaraujo84 

 

The link to the page with the form is not working. Can you please try resending it? I want to look at the form itself before advising on next steps.

0 Upvotes
thiagoaraujo84
Participant

Contact Form 7 integration

SOLVE
0 Upvotes
jennysowyrda
Solution
Community Manager
Community Manager

Contact Form 7 integration

SOLVE

Hi @thiagoaraujo84

 

It looks like the issue is not that the information isn't being captured, but that it is being mapped to a different state field. If you look at the form submission information, the estado and empresa fields (state and company) are filled out so the information is coming in. 

 

Collected form fields will create new fields as outlined in this article: "HubSpot will try to map form fields to the following default properties: EmailFirst Name, Last Name, and Phone Number. Other fields included on your forms will be created as new HubSpot properties in order to store those values."

 

If you would like those contact properties added to the about section, you can edit that by following these instructions.

thiagoaraujo84
Participant

Contact Form 7 integration

SOLVE

Hi @jennysowyrda,

 

The form I'm working on can be viewed here.

 

The Contact Form 7 code is:

 

<div class="column one-second">[text* your-name placeholder "Seu nome *"] </div>
<div class="column one-second">[email* your-email placeholder "Seu email *"] </div>
<div class="column one-third">[tel* phone placeholder "Telefone *"] </div>
<div class="column one-third">[text* company id:company class:wpcf7-form placeholder "Empresa *"] </div>
<div class="column one-third">[text* state placeholder "Estado *"] </div>
<div class="column one">[textarea your-message x12 placeholder "Escreva sua mensagem"]</div>
<div class="column one">[submit class:button_full_width "Enviar mensagem"]</div>

So, "company and state" fields are not been captured by Hubspot.

0 Upvotes