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
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
Thanks too edit the controller in the form would that allow to make the form side by side?
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:____________
Or do you mean the labels on the left and the form fields on the right
name:____________
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...
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...
/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.