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
Comment #1
zokazola commentedComment #2
amaudy commentedclone 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