Page 1 of 1

Formbuilder layout issue

Posted: Fri Jun 19, 2015 5:42 am
by sandaha
Hi everyone,

I'm a total noob looking for a bit of help. Hopefully someone out there might find this query basic and be able to provide an answer ;)

I have been developing a form for a website. I found a nice css for it online and it mostly works fine. However, there is 1 issue which is eluding me. You can view the page here:
http://110.232.141.122/~acorwate/index. ... Section-73

The form looks kind of ok on a screen, however when you view on a mobile the 'Subdivision Type *' and 'Development Type' radio buttons don't drop down below the label like they do on other fields. I've been banging my head against a wall trying to fix it but without any luck. Anyone have any ideas?

Thanks in advance

Re: Formbuilder layout issue

Posted: Fri Jun 19, 2015 7:20 am
by staartmees
Your weblink doesn't work.

Rolf wrote very interesting info about Formbuilder template and stylesheet, http://www.cmscanbesimple.org/blog/form ... stylesheet

Re: Formbuilder layout issue

Posted: Tue Jun 23, 2015 5:47 am
by sandaha
[quote="staartmees"]Your weblink doesn't work.

Apologies, I left the "site down" message on over the weekend. The link works now

Re: Formbuilder layout issue

Posted: Tue Jun 23, 2015 6:54 am
by velden
As the order of the elements in the template (might be hardcoded in formbuilder) is <input> and then <label> I don't think it's easy to change the order.

I read about this:
http://stackoverflow.com/questions/7425 ... s-with-css

Didn't test.