This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Upload Field inline
Started 12 years ago by himpress | 3 posts |
-
Hi. What section of the css has to be changed so that the upload fields are inline.
Thank you
JayPosted 12 years ago # -
This is very much a guess, but you need to go to the CSS file for the particular form and then look for this section:
#main_body input.file /* refers to the input "File" type, which is the field type for uploads */ { color:#333; font-size:100%; margin:0; padding:2px 0; }
Add to the above,
display:inline;
See if that works, but if not, others might have suggestions.
add the line.Each form has a folder within the data folder, the folder names are like "form_1", "form_2" etc; within each form's folder you willl find a 'css' folder and in that you find view.css (and also view.old.css (possibly the left-over from upgrading frrom V2 to V3).
You need to choose the correct one for the form you want the field inline for.
Edit: just tried this and doesn't work; I'm out of suggestions.
Posted 12 years ago # -
Hi Jay,
You can follow the instruction here:
http://www.appnitro.com/forums/topic/how-do-i-get-fields-on-the-same-line?replies=98MachForm Founder
Posted 12 years ago #
Reply
You must log in to post.