$(document).ready(function() { setTimeout(function() { if($('#safetypay_submit').length > 0) { $('#safetypay_submit')[0].click(); } }, 1000); });