Modify Form Fields

Hi all,

Is there a way (php, html or css) to create a form that has fields one beside other like for example: Name … Surname and then after that on bottom Email?

We have tried using css without success i think mainly because in the template <?php echo $content; ?> dynamically adds fields one after another as they are defined in the database.

Is there any way i can override “input type” and make them not go one after another instead one beside other?

Thank you in advance!

Hi all,
Is there a way (php, html or css) to create a form that has fields one beside other like for example: Name … Surname and then after that on bottom Email?
We have tried using css without success i think mainly because in the template <?php echo $content; ?> dynamically adds fields one after another as they are defined in the database.
Is there any way i can override “input type” and make them not go one after another instead one beside other?
Thank you in advance!