<?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 Re: Form submit button not working in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197416#M6881</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its because of left bottom part is overlapping&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;DIV class="styles-section-title styles-selector"&gt;&lt;DIV&gt;&lt;SPAN class="selector"&gt;&lt;SPAN class="simple-selector selector-matches"&gt;.contact-header .form&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="style-properties matched-styles monospace styles-panel-hovered"&gt;&lt;DIV class="tree-outline-disclosure"&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;background-color&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;&lt;SPAN&gt;#58D68D&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;padding&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;30px 30px&lt;/SPAN&gt;;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;position&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;relative&lt;/SPAN&gt;;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;z-index&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;1&lt;/SPAN&gt;;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="sidebar-pane-closing-brace"&gt;}&lt;/DIV&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;you can&amp;nbsp;update this.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jul 2018 13:36:21 GMT</pubDate>
    <dc:creator>absolutions</dc:creator>
    <dc:date>2018-07-13T13:36:21Z</dc:date>
    <item>
      <title>Form submit button not working</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197412#M6878</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When on this page of our website (&lt;A href="https://www.kctrust.co.uk/contact-us" target="_blank"&gt;https://www.kctrust.co.uk/contact-us&lt;/A&gt;), the form button “submit" does not click to submit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "submit" button does seem to work on mobile but it's not working on desktop.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:27:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197412#M6878</guid>
      <dc:creator>dricketts</dc:creator>
      <dc:date>2018-07-13T13:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Form submit button not working</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197415#M6880</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/65514"&gt;@dricketts&lt;/a&gt;&amp;nbsp;- If you look at the following screenshot, I added a background color to your second contact section. You will see the div element is covering the bottom half of the form. The easy fix will be to remove pointer events with css.&lt;/P&gt;&lt;PRE&gt;.contact-section-two {
  pointer-events:none;
}&lt;/PRE&gt;&lt;P&gt;The better solution would be to restructure your page, in case later on, you want to add a CTA to the section that you removed pointer events from. The CTA will then be affected.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Contact Us 2018-07-13 09-30-43.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/10448iA32E852545E39D45/image-size/large?v=v2&amp;amp;px=999" role="button" title="Contact Us 2018-07-13 09-30-43.png" alt="Contact Us 2018-07-13 09-30-43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;If this answer helped, please, mark as solved &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;tim@belch.io | &lt;A href="https://forms.belch.io" target="_blank"&gt;forms.belch.io&lt;/A&gt; | Design your own Beautiful HubSpot Forms; No coding necessary.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drop by and say Hi to me &lt;A href="http://slack.belch.io/" target="_blank"&gt;on slack&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:40:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197415#M6880</guid>
      <dc:creator>tjoyce</dc:creator>
      <dc:date>2018-07-13T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Form submit button not working</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197416#M6881</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Its because of left bottom part is overlapping&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;DIV class="styles-section-title styles-selector"&gt;&lt;DIV&gt;&lt;SPAN class="selector"&gt;&lt;SPAN class="simple-selector selector-matches"&gt;.contact-header .form&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="style-properties matched-styles monospace styles-panel-hovered"&gt;&lt;DIV class="tree-outline-disclosure"&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;background-color&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;&lt;SPAN&gt;#58D68D&lt;/SPAN&gt;&lt;/SPAN&gt;;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;padding&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;30px 30px&lt;/SPAN&gt;;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;position&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;relative&lt;/SPAN&gt;;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="webkit-css-property"&gt;z-index&lt;/SPAN&gt;:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="value"&gt;1&lt;/SPAN&gt;;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="sidebar-pane-closing-brace"&gt;}&lt;/DIV&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;you can&amp;nbsp;update this.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:36:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197416#M6881</guid>
      <dc:creator>absolutions</dc:creator>
      <dc:date>2018-07-13T13:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Form submit button not working</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197426#M6884</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2450"&gt;@tjoyce&lt;/a&gt;, this worked a charm!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you may have noticed, I'm not a coder so I really appreciate the help.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.hubspot.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:46:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197426#M6884</guid>
      <dc:creator>dricketts</dc:creator>
      <dc:date>2018-07-13T13:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Form submit button not working</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197429#M6886</link>
      <description>&lt;P&gt;Thanks&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/65555"&gt;@absolutions&lt;/a&gt;&lt;SPAN&gt;! This worked perfectly - really appreciate the help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:53:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/197429#M6886</guid>
      <dc:creator>dricketts</dc:creator>
      <dc:date>2018-07-13T13:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Form submit button not working</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/215151#M9470</link>
      <description>&lt;P&gt;I am having a similar issue for my footer button on this URL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://staging-wincline.kinsta.com/" target="_blank"&gt;http://staging-wincline.kinsta.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any reason why the button wont work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using belcher.io&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 01:26:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/215151#M9470</guid>
      <dc:creator>SSliker21</dc:creator>
      <dc:date>2018-11-06T01:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Form submit button not working</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/215263#M9480</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/75000"&gt;@SSliker21&lt;/a&gt;&amp;nbsp;- did you get this fixed? I'm not seeing a blockage.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 15:14:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-submit-button-not-working/m-p/215263#M9480</guid>
      <dc:creator>tjoyce</dc:creator>
      <dc:date>2018-11-06T15:14:27Z</dc:date>
    </item>
  </channel>
</rss>

