Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Quform integration with HubSpot #35533
    alimaserrat
    Participant

    Hi 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++);
    });

Viewing 1 post (of 1 total)
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy