Is there a way to generate lables above a group of form fields? I can add them in the geneated code but was hoping there was a way via the UI.
If you mean adding cotent to the top of your page, use the Page_DataRendering server event.If you mean moving the field captions above field input, use Custom Template to create your own layout.
Thank you! The custom layout should work