Is there a way to modify the form.html file to be able to have multiple fields on a single line. I tried to just delete the spaces so it would move up but the preview of it keeps it down where it was to begin with. I assume this is being caused by something in the style sheet but can't figure out what or how to resolve it.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
use the pre 3.0 version. It generates a simple HTML file that you can modify. v3.0 is AJAXed, so it contains a lot of js code, which you may not be able to easily make sense of (unless you know js).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to modify the form.html file to be able to have multiple fields on a single line. I tried to just delete the spaces so it would move up but the preview of it keeps it down where it was to begin with. I assume this is being caused by something in the style sheet but can't figure out what or how to resolve it.
Thanks!
use the pre 3.0 version. It generates a simple HTML file that you can modify. v3.0 is AJAXed, so it contains a lot of js code, which you may not be able to easily make sense of (unless you know js).
The form fields are separated in an html table. You need to modify the table in order to rearrange how the fields appear.