Quote:
Originally Posted by dknelson
When a form is submitted, it takes a lot of space due to each question being on a different line. What do I edit to give it a more horizontal layout. Attached is a picture of what is posted now. I would like to be able to have two or three of the questions on one line so that it is not such a long post.
|
Use the custom form output
Use $qo[1] for drop down menu
$qn[8] to show question 1 eg. Age
$q[8] $qo[8] to show question 1 answer eg. 45
So just put then on the same line.
$qn[1] $q[1] $qn[2] $q[2] $qn[3] $q[3] replace numbers with your question numbers, and use bb code around the questions for bold font.
eg: [B]$qn[1][/B] $q[1] [B]$qn[2][/B] $q[2] [B]$qn[3][/B] $q[3]