The template used to render the form. Custom templates can be build using XSL.
Obsolete The form background can be solid color, pattern or cover image. Use in conjunction with text color and padding below for best effects. The background images are on disk under /DesktopModules/DnnSharp/ActionForm/static/bg. Copy additional images here.
This setting is useful especially when changing the background color.
The padding adds space between the form control and the surrounding element.
Determines the position and alignment of the label relative to the input controls.
Determines the spacing between controls.
Input CSS Classes separated by space. Supports Tokens.
If the drag&drop layout builder below is not enough, you can use an HTML template to achieve more complex scenarios.
In the HTML layout below, form fields are represented with following tokens: {{field.token}} Start building your layout from scratch or Start with a Bootstrap layout.
Obsolete HTML text to display on the left of the form on desktop displays. On devices, it goes to top. Supports Tokens. To remove, simply delete all contents (make sure to look at the HTML source as well so there's no funny things left).
Obsolete HTML text to display on the right of the form on desktop displays. On devices, it goes to top. Supports Tokens