By shushu on
I just want to create a form with two fields one besides the other <textfield>.<select> - wanting the user to be able to write his own subdomain, and select the main domain from a list (as seen in dyndns.com, for example, when selecting a host name...).
I want to stick to the Forms API...
Any idea ?
Comments
use a table
You only need to write a simple theme_() function to wrap your FAPI fields into table cells.
The FAPI part ...
The theme_() function ...
The code is untested. It might need some more formatting to create the output you expect, but it should work basically.