I'm building a form in order to insert GPS coords.
I'd like to be able to have a label for "Latitude" and, then, have three fields in a row (degrees, minutes, seconds). Instead, all I can do is to show a field in each row.
Anyone knows a solution?
;)
It worked.
For the record: one has to declare the form as 'version="7.0"'.
HTML tables are also allowed.
Thanks!