• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

BUG form action error 404

heiberlin

New member
Messages
3
Likes
0
Points
1
#1
script 1 is included in a wordpress page via woody ad snippets:

PHP:
        <form action="permalink of page 2" method="post" name="kontakt" id="myForm">
            <p>
            <label>Ihr Name*</label>
            <input type="text" name="name" /><br>
            <label>Ihre E-Mail-Adresse*</label>
            <input type="text" name="email" required />
            <input type="submit" name="abschicken" value="Anfrage senden" title="Anfrage senden" />
            </p>
        </form>
Despite using the exact permalink of page 2 in the action field I get "Oops! That page can’t be found." But the URL field in the browser shows the right URL (permalink of page 2).
What did I wrong?
Thanks in advance.
 

Temyk

Developer & Support
Messages
1,129
Likes
42
Points
48
#2
Hello.

Send the snippet code with the form completely, with the real action parameter