Note that there are some explanatory texts on larger screens.

plurals
  1. POTrying to sit two forms next to eachother in Bootstrap. Any ideas how to?
    primarykey
    data
    text
    <p>Trying to sit two forms next to eachother in Bootstrap. Any ideas how to?</p> <p>Basically, I just have too much white space to the right hand side and I'd like to just place both keycode &amp; zipcode forms on the same line so it visually looks pleasing. </p> <p><a href="http://rsatestamls.kaliocommerce.com/cart.aspx" rel="nofollow">http://rsatestamls.kaliocommerce.com/cart.aspx</a></p> <p>My code looks like this:</p> <pre><code>&lt;div class="cartoptionbox"&gt; &lt;div class="control-group"&gt; &lt;div class="controls"&gt; &lt;form class="form-horizontal form-inline" method="post" id="Keycode"&gt; &lt;input type="hidden" name="formName" value="dmiformCouponKeycodeHandler"&gt; &lt;input type="hidden" name="pageURL" value="[[DMI:Expression value='Core.GetCurrentPageName()' ]][[/DMI:Expression]]"&gt; &lt;h4 class="heading4"&gt; Enter source code for discounted pricing.&lt;/h4&gt; &lt;fieldset&gt; &lt;label class="label" for="keycode" title="Keycode"&gt; Source Code: &lt;/label&gt; &lt;input type="text" id="keycode" name="keycode" /&gt; &lt;input id="cart-keycode-apply" type="submit" class="btn btn-orange" value="Apply" /&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;form class="form-horizontal form-inline" id="ShipEstimate"&gt; &lt;h4 class="heading4"&gt; Enter your Zip Code to get a shipping estimate.&lt;/h4&gt; &lt;fieldset&gt; &lt;label class="label" for="PostalCode_SHIP" title="Zip"&gt; Zip Code: &lt;/label&gt; &lt;input type="text" id="PostalCode_SHIP" value="" name="PostalCode_SHIP" OnChange='populateCartTotalInCartPage();' minlength="5" /&gt; &lt;input type="hidden" id="COUNTRY_SHIP" name="COUNTRY_SHIP" value="US" /&gt; &lt;input type="button" OnClick="populateCartTotalInCartPage();toggleTable();" value="Get Quotes" class="btn btn-orange"&gt; &lt;/fieldset&gt; &lt;/form&gt; &lt;script&gt; $("#ShipEstimate").validate(); &lt;/script&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload