close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

responsive forms

Thread began 6/05/2017 6:04 am by Jamie | Last modified 6/05/2017 12:50 pm by Jamie | 340 views | 2 replies

Ray BorduinWebAssist

There isn't, but the responsive CSS and javascript for it should be relatively simple to do. I think something like this would probably do it:


<style>
@media only screen and (max-width: 500px) {

form.NewFromBlank_Default, form.NewFromBlank_Default div.formGroup, form.NewFromBlank_Default label.sublabel, form.NewFromBlank_Default div.fullColumnGroup, form.NewFromBlank_Default div.columnGroup, form.NewFromBlank_Default div.wideColumnGroup {
display: block;
float: none;
text-align: left;
width: auto;
}

form.NewFromBlank_Default input.formTextfield_Large, form.NewFromBlank_Default input.formTextfield_XLarge, form.NewFromBlank_Default select.formMenufield_Medium {
box-sizing: border-box;
margin: 0;
max-width: none;
width: 100%;
}

form.NewFromBlank_Default ul.formList {
padding: 10px;
}

}
</style>

<script>
wa_addEvent(window, "resize", function() {
if (document.getElementById("Shipping")) {
var shippingWrapper = document.getElementById("Shipping").parentNode;
shippingWrapper.style.height = "auto";
window.wa_shippingHeight = shippingWrapper.offsetHeight;
if (document.getElementById("Paypal_submit")) {
shippingWrapper.style.height = "0px";
} else {
shippingWrapper.style.height = window.wa_shippingHeight + "px";
}

}
if (document.getElementById("Billing")) {
var billingWrapper = document.getElementById("Billing").parentNode;
billingWrapper.style.height = "auto";
window.wa_billingHeight = billingWrapper.offsetHeight;
billingWrapper.style.height = window.wa_billingHeight + "px";
}
if (document.getElementById("payment_wrapper")) {
var paymentWrapper = document.getElementById("payment_wrapper");
paymentWrapper.style.height = "auto";
window.wa_paymentHeight = paymentWrapper.offsetHeight;
paymentWrapper.style.height = wa_paymentHeight + "px";
}
});
</script>

The final touch would be to add style="float:left" to the "Same As Billing" <label> tag


Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...