Hi
I am pretty new to drupal.
I am going to discuss two challenges that I am facing.
I was trying to create webforms using drupal. It displayed the components one below the other.
I want the components to be displayed one beside the other. i.e. label followed by Textfeild. This just similar to what we usually do using HTML. for example
html
body
table
tr
td Enter User Name /td
td input type="text" /td
/tr
/table
/body
/html

2. I have included date component to the webform. But I want the default date as todays date(sysdate)

can anyone help me out please..

Thanks

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

See these existing issues:
#398954: Adding CSS Documentation (css inside)
#255356: Option for putting label and field on same line (inline)

You can also theme your form by following the instructions in THEMING.txt included with the module.