Page 1 of 1

How to set background image for dynaform

Posted: Sat May 08, 2021 7:52 am
by alisoroush7
Hello guys,
Is it possible to set a background image for dynaform? If yes what is the javascript code for it?

Many thanks!

Re: How to set background image for dynaform

Posted: Sat Jul 02, 2022 3:36 am
by marceloayllon
Hi alisoroush7,

Yes, it is possible with JQUERY, you must add the code by javascript, I pass you the link of the documentation that you can consult,

https://wiki.processmaker.com/3.1/JavaScript_in_DynaForms

Here I send you an example knowing that in ABC1 you must color the ID of the form

$("#ABC1").css("background-color", "red");

I hope this information helps you