Page 1 of 1

Create labels above form fields

Posted: Sun Apr 28, 2024 11:35 pm
by bonesaw

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.


Re: Create lables above form fields

Posted: Mon Apr 29, 2024 8:12 am
by MichaelG

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.


Re: Create labels above form fields

Posted: Mon Apr 29, 2024 7:12 pm
by bonesaw

Thank you! The custom layout should work