when you add new custom fields, how do you enable, to move the fields up or down.
when you add new custom fields, how do you enable, to move the fields up or down.
You can call the custom fields with <%$custom_form_field%> which will show all of the fields in the order you have them in the admin panel. They can be moved up/down in the admin panel.
Or you can call them by using their name and placing them each where you want them in the html. If your field was called phone then you would call it by using <%$phone%>