Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sanktusm

    (@sanktusm)

    OK i got this massage with firebug
    POST https://www.mydomain.de/myfirstpage/ 404 Not Found 1,17s

    I deleted the page of my first formpage an posted a new page with that formtag and it worked. Possibly I changed the permalink or title

    Plugin Author webheadcoder

    (@webheadllc)

    one thing i see is you need to change one of the pairs of double quotes to single quotes. So instead of:
    on_sent_ok: "location.replace("https://www.mydomain.de/mypage-2/");"
    use:
    on_sent_ok: "location.replace('https://www.mydomain.de/mypage-2/');"

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ArrayCircle circles but it does not redirect to page 2’ is closed to new replies.