Let's say I have a form like this with core fields:
First name
Last name
Organization
Address
City
State
etc. etc.
Then I have custom fields such as:
Middle Name
Hobby
Interests
How do I arrange those fields together (instead of separating them like the default setting does -> aka User Information vs Additional Information) to be like this:
First name
Middle Name
Last name
Organization
Hobby
Address
City
State
Interest
etc. etc.
Also, is it possible to include certain custom fields based on the category? For instance, if I have category "School" and "Work", the custom fields that are included in the register will be based upon the category they are in:
School custom fields: Homework, Lectures, Books (so all events under this category will have those 3 fields)
Work custom fields: Projects, Clients, Revenues (so all events under this category will have those 3 fields)