Html Page

Permalink
Can you have one single html with isnt part of concrete 5 and then link it back to concrete5?

Im trying to make a booking form which is full-width and i cant find or customise a form block which allows me to make a form wide and the field go side by side so this is my only other solution.

Thanks

 
novelnova replied on at Permalink Reply
novelnova
hi, you could just build the page outside of concrete5 in a folder like
/external/form.html
Then inside concrete5 use the Add external link inside the Sitemap to link to this page.



If you want to edit the form block so it is in a different format, just copy
/concrete/blocks/form/controller.php
to
/blocks/form/controller.php


and then edit the function loadSurvey line 583
so it doesn't output table tags.
blueflightmedia replied on at Permalink Reply
Thanks too edit the controller in the form would that allow to make the form side by side?
novelnova replied on at Permalink Reply
novelnova
Do you mean side by side, half the form on the left half on the right?

Or do you mean the labels on the left and the form fields on the right
name:____________
jordanlev replied on at Permalink Reply
jordanlev
This will let you do that:
http://www.concrete5.org/marketplace/addons/form-tableless-layout...

(And this one too if you want the form to be "ajax"):
http://www.concrete5.org/marketplace/addons/ajax-form...