form block customisation
Permalinkfor example
Name:
(text area)
Email:
(text area)
rather than
Name: (text area)
Email: (text area)
any help anyone?
thanks
unless someone can help me input external forms where can i build them easily? online free form builder?
and onces generated how do i put into external forms section?
http://www.concrete5.org/community/forums/customizing_c5/updating_f...
can you help me please?
also can you make it so that you can add a question with no input field as i need to add some text (on its own no inputs needed) halfway through a large contact information form?
thanks
You'll find table tags being output throughout the file to display the content. If you want to customize the layout of the form you'll need to change a lot of the code in controller.php.
The best way to go about making the changes would be to copy the entire 'form' directory from /concrete/blocks to the /blocks folder. This will override the built in form code so you can make your changes safely without breaking the existing code. If you ever want to roll your changes back, just remove the code from the /blocks directory.
Sorry there isn't a quick fix, and good luck.