JavaScript after form closing tag

mholberg 26 Jan, 2010
I have a form that submits to USAePay payment gateway. USAePay supplies a couple of JavaScripts that do stuff like generate a random invoice number. Their examples show the scripts located after the closing form tag. </form>

How do I get the script to run after the form closing tag. I haven not gotten anywhere trying various options in the forms management area. I am testing with just a conventional form submit.
GreyHead 26 Jan, 2010
Hi mholberg,

You don't (at least not easily) but it shouldn't make much difference.

Test with the script at the end of the Form HTML or in the Form JavaScript box.

Bob
This topic is locked and no more replies can be posted.