Change Color Behind Advanced ezMerge Preview - MKB 0101 Follow
1. Click the edit button of the order form you wish to use and then add a script field to the form fields section of the form.
2. In the field value section, copy and paste the following script (we are using blue as our color example), and then hit update:
<script type="text/javascript">
$(document).ready(function() {
$('body').css('background-color', 'blue');
});
</script>
3. Your order form should now look like this:
***Please review the following article to learn more about how to change the color from blue to a different color:
http://www.w3schools.com/cssref/pr_background-color.asp