I needed a dynamic submit button that would cc a field from the form. I
found the following script and it works great, but it doesn't give an
error message if someone didn't fill in a required field like a regular
submit button would. Is it possible to use the script below but to check
for required fields? // This is the form return e-mail. Its hardcoded//
so that the form is always returned to the same address// Change address
on your formvar cToAddr = "909@gideons.org";// First, get the client...