Home › Forums › Quform WordPress › Quform integration with HubSpot
- This topic has 9 replies, 4 voices, and was last updated 6 months ago by 19xela86.
- AuthorPosts
- September 13, 2020 at 5:31 pm #31940kouropropertygroupParticipant
Good Day,
We are currently having some issues with our integration with HubSpot.
Is it perhaps possible to have the same sections created on Quform appear on HubSpot? We have tried it but even after creating the exact sections and using same names some fields just do not populate.
Also the naming of all Quforms have cryptic names over on Hubspot. Is there any changes we can do on Quform side to have the forms populate on Hubspot under the general name of that form i.e residential form would show up as Residential form on Hubspot and not have a cryptic name. I have attached an image below to illustrate this issue.
Thanks in advance
Attachments:
You must be logged in to view attached files.September 14, 2020 at 12:25 pm #31948AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 15, 2020 at 5:52 am #31951kouropropertygroupParticipantThank you. I’ll have a look at the add on and see if it fits our needs and solves our issues
May 27, 2023 at 9:29 pm #35533alimaserratParticipantHi Support:
I have Contracted the HubSpot, and apparently, as the QuForm is generating a Unique ID for each submission the HubSpot backend is counting each as a new form completely.
I did some research on your forum and someone recommended adding the following to the Function of Theme however, even with this solution each page will have its own unique Form ID.I was wondering if there is any solution to correct this issue, as I’m sure many companies are using HubSpot integration.
add_action(‘quform_pre_display’, function (Quform_Form $form) {
static $count = 1;
$form->setUniqueId(‘Form’ . $count++);
});
May 29, 2023 at 9:47 am #35536AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 21, 2024 at 2:35 pm #3674719xela86ParticipantI inserted the code into Functions.php. In Hubspot, each request is still imported as a new form. What am I doing wrong?
Regards
AlexAttachments:
You must be logged in to view attached files.May 22, 2024 at 11:48 am #36751AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 22, 2024 at 2:29 pm #3675519xela86ParticipantThank you Ally!
Clearing the cache solved the problem. Now all requests arrive at Hubspot under the same form name. Excellent! I already mentioned the next problem I have in the other post. I need a way to rename the field names that arrive at Hubspot. See the screenshot. Is there a way to do this?
Thank you
AlexAttachments:
You must be logged in to view attached files.May 23, 2024 at 7:53 am #36761AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
May 23, 2024 at 8:00 am #3676219xela86Participantok, thank you.
- AuthorPosts
- You must be logged in to reply to this topic.