I have HTML two forms, one that submits data upon entry to a database using PHP, the other directs the user to a paypal payment page, my problem is that the user would have
If you have a regular submit button, you could add an onclick event to it that does the follow:
document.getElementById('otherForm').submit();