Search Form

JP

Member
I am wanting to modify the search form layout from a single column of text labels and a single column of input fields to two columns of input fields with the text labels above each input field.

Current Form:

Text Label Input Field
Text Label Input Field
Text Label Input Field
Text Label Input Field

Search Button

New Form:

Text Label Text Label
Input Field Input Field

Text Label Text Label
Input Field Input Field

Search Button

Has anyone successfully modified the search form like this before?


Edit I made my own form using the field names from business_logic and that worked fine. Wasn't the way I wanted to do it but I don't have the coding skills to redo the entire build form function hehe. See next post for pictures of what I did.



Post Edited (11-01-09 07:08)
 

JP

Member
I was not happy with the layout of the search form and wanted to change it. I'm not a php coder by a long shot and didn't know how to go about changing the layout so I ended up making a separate stand alone form with the required form information from business_logic.

Search form with normal layout.

search1.png


The search form I made.

search2.png


Just wanted to share this with the rest of the DaDaBIK community :)



Post Edited (11-08-09 22:41)
 
Top