pureist wroteput the following in the Render Script of the Form you want to change the background colour of:
var thisForm = $("#" + parser.m_formId).find (".aw-form-body");
thisForm.css ("background-color", "colour_name _or_code");
Thanks. Unfortunately when the form displays, there seem to be a Tab page that overlaps the background, which you can see the background color (about 20 pix) around the Tab page being white.
However, it does work (partially) on a form without multiple sections. But the bottom panel for buttons overlaps it.
It may work for me.
Thanks "Purist" 😃 Man you need to change your name (to something that is not so "Pure"). :mrgreen: