<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Issue with Hubspot Form Submission capturing conversions on Safari and Mobile Browsers in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Issue-with-Hubspot-Form-Submission-capturing-conversions-on/m-p/981156#M39215</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I am experiencing issues with a Hubspot form that I have customized for redirection and styling through the Hubspot code editor using a Custom Module by using below mentioned referenced javascript in Custom Module.&lt;BR /&gt;&lt;BR /&gt;hbspt.forms.create({&lt;BR /&gt;portalId: '',&lt;BR /&gt;formId: '',&lt;BR /&gt;onFormSubmit: function($form) {&lt;BR /&gt;// YOUR SCRIPT HERE&lt;BR /&gt;}&lt;BR /&gt;});&lt;BR /&gt;&lt;BR /&gt;Has anyone faced similar issues or can provide guidance on how to resolve this? Here are some specific details:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Form Customization&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Customized for redirection and styling using Hubspot code editor.&lt;/LI&gt;&lt;LI&gt;Implemented through a Custom Module.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Form Submission Updates&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Show for Chrome (desktop).&lt;/LI&gt;&lt;LI&gt;Does not show for Safari (desktop and mobile), Opera, and Chrome Mobile.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any insights, suggestions, or solutions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Gaurang Patel&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 11:56:46 GMT</pubDate>
    <dc:creator>GPatel6</dc:creator>
    <dc:date>2024-05-23T11:56:46Z</dc:date>
    <item>
      <title>Issue with Hubspot Form Submission capturing conversions on Safari and Mobile Browsers</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Issue-with-Hubspot-Form-Submission-capturing-conversions-on/m-p/981156#M39215</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I am experiencing issues with a Hubspot form that I have customized for redirection and styling through the Hubspot code editor using a Custom Module by using below mentioned referenced javascript in Custom Module.&lt;BR /&gt;&lt;BR /&gt;hbspt.forms.create({&lt;BR /&gt;portalId: '',&lt;BR /&gt;formId: '',&lt;BR /&gt;onFormSubmit: function($form) {&lt;BR /&gt;// YOUR SCRIPT HERE&lt;BR /&gt;}&lt;BR /&gt;});&lt;BR /&gt;&lt;BR /&gt;Has anyone faced similar issues or can provide guidance on how to resolve this? Here are some specific details:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Form Customization&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Customized for redirection and styling using Hubspot code editor.&lt;/LI&gt;&lt;LI&gt;Implemented through a Custom Module.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Form Submission Updates&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Show for Chrome (desktop).&lt;/LI&gt;&lt;LI&gt;Does not show for Safari (desktop and mobile), Opera, and Chrome Mobile.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any insights, suggestions, or solutions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Gaurang Patel&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 11:56:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Issue-with-Hubspot-Form-Submission-capturing-conversions-on/m-p/981156#M39215</guid>
      <dc:creator>GPatel6</dc:creator>
      <dc:date>2024-05-23T11:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Hubspot Form Submission capturing conversions on Safari and Mobile Browsers</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Issue-with-Hubspot-Form-Submission-capturing-conversions-on/m-p/982098#M39259</link>
      <description>&lt;P&gt;Hi, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/722281"&gt;@GPatel6&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. I have a few of my own to help our community members have additional information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;Check your browser’s developer console to see if there are any errors being logged when the form is submitted.&lt;/LI&gt;
 &lt;LI&gt;Have you tried adding debugging to your onFormSubmit callback? If so, what’s getting returned? Can you share a link to a page where the form is live? So our community members can take a look at it in action?&lt;/LI&gt;
 &lt;LI&gt;What about temporarily removing your custom JavaScript and testing the form submission on the affected browsers?&lt;/LI&gt;
 &lt;LI&gt;Have you tried adding window.location.href to your redirect for consistent behavior across multiple browsers?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks for the additional information! — Jaycee&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 02:21:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Issue-with-Hubspot-Form-Submission-capturing-conversions-on/m-p/982098#M39259</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2024-05-25T02:21:09Z</dc:date>
    </item>
  </channel>
</rss>

