Form Layout

Permalink 1 user found helpful
Hopefully I have picked the correct forum and this may seem like a stupid question but here goes. With most sites being responsive today, if the form block is added to a , let's say fullpage template, it spreads each question across the entire page. Is there a way to have two question align horizontally next to each other rather than have everything stacked on top of one another?

I am not sure where the form files reside in the theme so we have not been able to review the code to see its structure.

Any ideas, suggestions, or directions would be greatly appreciated.

Thanks

surfsupjoe125
 
hutman replied on at Permalink Reply
hutman
You could create a custom template for the form block and edit the layout. To do that you would want to copy /concrete/blocks/form/view.php into /application/blocks/form/templates/custom_template_name.php and edit the html inside of the foreach ($questions as $question) to suit your needs. Then you'll need to apply the custom template to your form block instance.