Hello @mike1503,
Let me help you add a background image to the form.
Kindly navigate to your site Dashboard-> Forminator-> Forms-> Edit the form you want to add a background to. Now check the number in the URL on the address bar as pointed in the screenshot below:
https://monosnap.com/file/4Hdobis4eDMVpr6PgXoxmbiomcJtmI
Now replace the number with what you see on your address bar with the 22 number in the code below on the line: form#forminator-module-22. Just so you know, every form has a unique number and this is the unique number of that form.
The next thing you need to replace is the link to the image. Please change the link on this line to your image link:
background-image: url(https://pbs.twimg.com/media/DyCF_tqWwAEVTx1.jpg)
form#forminator-module-22 {
background-image: url(https://pbs.twimg.com/media/DyCF_tqWwAEVTx1.jpg) !important;
}
Add the final code with the updated form number by navigating to Dashboard-> Appearance-> Customize-> Additional CSS and Publish the changes and it should work.
Please let me know if that works. I am looking forward to hearing from you on it.
Regards,
Prathamesh Palve