No problem, and I was able to get the script to work by removing,
PrintButton1.execEvent("click") after "Please Complete Customer B
Information!", however, I had to keep this in order for it to work,{ ; }
} After looking at your second code it looks like I needed to remove the
first curly bracket { .Any idea why the following code doesn't work? I
created a checkbox, and one text field and a submit by email button. I
made the textfield required and put the code on the click of the check
box, and ...