<?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 customizations - adjusting submit button position in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/250523#M10847</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/19200"&gt;@TRooInbound&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I have applied this to my stylesheet but now I'm getting a space between the email field and the submit button.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-02-04 at 11.15.43 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/14616i8F510F2498CFAC31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-02-04 at 11.15.43 AM.png" alt="Screen Shot 2019-02-04 at 11.15.43 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Feb 2019 16:17:08 GMT</pubDate>
    <dc:creator>warnerjm</dc:creator>
    <dc:date>2019-02-04T16:17:08Z</dc:date>
    <item>
      <title>Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/69631#M4089</link>
      <description>&lt;P&gt;Hi – Wondering if anyone has had any luck positioning the submit button in a form inline with the rest of the colums. Inside of the form builder, you have the option to position fields to the side of each other, but not the submit button.&lt;BR /&gt;&lt;BR /&gt;I'm assuming this can be done using css, targeting:&lt;BR /&gt;&lt;BR /&gt;body .hs-button.primary,&lt;BR /&gt;body input[type="submit"],&lt;BR /&gt;body input[type="button"] {}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;display: inline-block; doesn't seem to do the trick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any input?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 20:40:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/69631#M4089</guid>
      <dc:creator>Chandler</dc:creator>
      <dc:date>2017-12-12T20:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/70161#M4093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/24689"&gt;@Chandler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow our video tutorial and add below CSS to your stylesheet.&lt;/P&gt;&lt;PRE&gt;form &amp;gt; div {
     width:48%;
     margin-right:4%;
     display:inline-block;
     vertical-align:top;
     margin-bottom:20px;
}

form &amp;gt; div:nth-of-type(2n) {
    margin-right:0;
}

form &amp;gt; div.hs_submit {
     vertical-align:bottom;
}&lt;/PRE&gt;&lt;P&gt;and here is a video tutorial link,&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1bjMimyVjE40wqGUCUGCxfS8O3r8pcu6X/view?usp=sharing" target="_self"&gt;Video link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did my post help answer your query? Help the Community by &lt;STRONG&gt;marking it as a solution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Team TRooInbound&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 06:32:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/70161#M4093</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2017-12-13T06:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/70299#M4096</link>
      <description>&lt;P&gt;Thanks for the thoughtful response. I'm afraid I am building the whole site with pure HTML / CSS / JS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I implemented your CSS it moved the submit button to the right, but it is still not inline with the other form fields. Let me see if I can provide you with some useful assets...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-12-13 at 9.08.26 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/6899i7C5E5ADF829E52BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2017-12-13 at 9.08.26 AM.png" alt="Screen Shot 2017-12-13 at 9.08.26 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Above is what I am trying to achieve, below is where I am at.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-12-13 at 9.09.33 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/6900iDD7811A4A91C7567/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2017-12-13 at 9.09.33 AM.png" alt="Screen Shot 2017-12-13 at 9.09.33 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Form section HTML:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- ==============================================&lt;BR /&gt;Inbox CTA&lt;BR /&gt;=============================================== --&amp;gt;&lt;BR /&gt;&amp;lt;section class="blue-bg light-typo"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="container"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="row padding-top-md padding-bottom-sm"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="col-md-4"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;h2&amp;gt;Get us in your inbox&amp;lt;/h2&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;div class="col-md-6"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;!-- [if lte IE 8] --&amp;gt;&lt;BR /&gt;&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;![endif]--&amp;gt;&lt;BR /&gt;&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;hbspt.forms.create({&lt;BR /&gt;portalId: '697792',&lt;BR /&gt;formId: '026cd40c-7df8-4b9e-86d7-4df3029cb5d6',&lt;BR /&gt;css: ''&lt;BR /&gt;});&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/section&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CSS:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;/* Submit buttons (selectors for all non-CTA buttons)&lt;BR /&gt;========================================================================== */&lt;/P&gt;&lt;P&gt;body .hs-button.primary,&lt;BR /&gt;body input[type="submit"],&lt;BR /&gt;body input[type="button"] {&lt;BR /&gt;&lt;BR /&gt;display:inline-block; margin:0;&lt;BR /&gt;color:white;&lt;BR /&gt;border:none;&lt;BR /&gt;float:right;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;body .hs-button.primary:hover,&lt;BR /&gt;body input[type="submit"]:hover,&lt;BR /&gt;body input[type="button"]:hover {&lt;BR /&gt;&lt;BR /&gt;display:inline-block; margin:0;&lt;BR /&gt;color:white;&lt;BR /&gt;border:none;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;body .hs-button.primary:focus,&lt;BR /&gt;body input[type="submit"]:focus,&lt;BR /&gt;body input[type="button"]:focus {border:none;}&lt;/P&gt;&lt;P&gt;form &amp;gt; div {&lt;BR /&gt;width:100%;&lt;BR /&gt;margin-right:4%;&lt;BR /&gt;display:inline-block;&lt;BR /&gt;vertical-align:top;&lt;BR /&gt;margin-bottom:20px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;form &amp;gt; div:nth-of-type(2n) {&lt;BR /&gt;margin-right:0;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;form &amp;gt; div.hs_submit {&lt;BR /&gt;vertical-align:bottom;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for lengthy post,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 14:12:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/70299#M4096</guid>
      <dc:creator>Chandler</dc:creator>
      <dc:date>2017-12-13T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/74799#M4130</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/24689"&gt;@Chandler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;remove above only my CSS and add my new CSS,&lt;/P&gt;&lt;PRE&gt;fieldset {
       max-width:100% !important;
       width:66.666%;
       display:inline-block;
       vertical-align:bottom;
}

input { 
     width:100%;
}

.hs_submit {
      width:33.33%;
      display:inline-block;
}&lt;/PRE&gt;&lt;P&gt;Did my post help answer your query? Help the Community by &lt;STRONG&gt;marking it as a solution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Team TRooInbound&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 06:31:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/74799#M4130</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2017-12-15T06:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/201745#M7540</link>
      <description>&lt;P&gt;Hi! I am still having issue with this! We want the sign up form of our newsletter to look like the landing page of Finimize -including the inline submit button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Inspired by Finimise" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/11100iA48CC0C73C5CFED1/image-size/large?v=v2&amp;amp;px=999" role="button" title="subscriber form.png" alt="Inspired by Finimise" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Inspired by Finimise&lt;/span&gt;&lt;/span&gt;I've tried pretty much every css and html header trick but I keep running into difficulties.&lt;/P&gt;&lt;P&gt;1) With the new GDPR, Hubspot places the privacy text between the field and the submit button.&amp;nbsp; So coding tricks to wrap next line around field don't work as it just wraps the privacy text around it to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our clients are not EU so we really don't need GDPR text but we need to put if we want to subscribe people.&lt;/P&gt;&lt;P&gt;2) It work only in desktop; one method we tried (without GDPR) worked only in desktop by making email field very small. However for mobiile the text on the button went vertical.&lt;/P&gt;&lt;P&gt;If some could help us with this - we'd greatly apperciate it!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Aug 2018 06:58:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/201745#M7540</guid>
      <dc:creator>CHK613</dc:creator>
      <dc:date>2018-08-12T06:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/250523#M10847</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/19200"&gt;@TRooInbound&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I have applied this to my stylesheet but now I'm getting a space between the email field and the submit button.&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-02-04 at 11.15.43 AM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/14616i8F510F2498CFAC31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2019-02-04 at 11.15.43 AM.png" alt="Screen Shot 2019-02-04 at 11.15.43 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 16:17:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/250523#M10847</guid>
      <dc:creator>warnerjm</dc:creator>
      <dc:date>2019-02-04T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/279188#M12844</link>
      <description>&lt;P&gt;Anybody solve this? This is marked as "solved" but doesn't seem to be...&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jul 2019 21:12:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/279188#M12844</guid>
      <dc:creator>DevonC</dc:creator>
      <dc:date>2019-07-06T21:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/350551#M17290</link>
      <description>&lt;P&gt;Actually, I'd like to do the same but just with the normal form (adding it to Wordpress)&lt;BR /&gt;Apparently, HubSpot now has the possibility to change the width in style but is for the whole form and not the button and other fields only.&lt;BR /&gt;&lt;BR /&gt;Would be really valuable to have that feature for cases where there is only one field as a newsletter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone know this or has similar problem?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 10:30:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/350551#M17290</guid>
      <dc:creator>paulopes</dc:creator>
      <dc:date>2020-06-29T10:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/350591#M17295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/97065"&gt;@paulopes&lt;/a&gt;&amp;nbsp; - can you please share your page link here? I will check and let you know&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 13:28:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/350591#M17295</guid>
      <dc:creator>TRooInbound</dc:creator>
      <dc:date>2020-06-29T13:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Form customizations - adjusting submit button position</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/1061192#M41096</link>
      <description>&lt;P&gt;I would like to be able to do this also. Our current site, using Constant Contact forms, allows for this (see image).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VMarketer_0-1730075972113.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/130258i6085190DD8AD9849/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VMarketer_0-1730075972113.png" alt="VMarketer_0-1730075972113.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 00:39:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Form-customizations-adjusting-submit-button-position/m-p/1061192#M41096</guid>
      <dc:creator>VMarketer</dc:creator>
      <dc:date>2024-10-28T00:39:46Z</dc:date>
    </item>
  </channel>
</rss>

