If my page says:
“Code incorect please try again”
then my URL redirect should be:
http://site.site.co.uk/index.php#contact
I would like to use Jquery, but unsure how to check for this on the page and then redirect?
I have tried:
$("div#contact-form:contains('Code incorect please try again')").attr("location","http://site.site.co.uk/index.php#contact");
You can use the following: