Hello,

I was wondering how you achieved the webform on the demonstration page, where there seems to be fields in two separate blocks but only one submit button.

Is there an easy was to get a for to display horizontally with webform blocks????

Such that:

Name: ________________ City: ___________________
Address: _________________ State: ____________________
Etc: __________________ Zip: __________________

Thank you!

Comments

zokazola’s picture

Status: Active » Closed (duplicate)
amaudy’s picture

clone webform-form.tpl.php to your active theme directory, rename to webform-form-nid.tpl.php. replace nid with node number.

use

<?
print_r($form);
?>

you will see variables for make form so you can control design as you want.

Maybe this is stupid solution but it work for me.

Cheers