Add Background color

anil_admin 11 Jul, 2015
I have build a new Form in ChronoForms. Then i want add Background color when we test the form.
So please help me, with the code
GreyHead 11 Jul, 2015
Hi anil_admin,

You can use CSS in a a Load CSS action in the On Load event before the HTML (Render form) action. It might be like this
.gbs3 {
  background-color: silver;
}

Bob
This topic is locked and no more replies can be posted.