Title: form action 404 error
Last modified: August 7, 2018

---

# form action 404 error

 *  Resolved [gottfrieds](https://wordpress.org/support/users/gottfrieds/)
 * (@gottfrieds)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/form-action-404-error/)
 * On the member page I have a button that is linked to the page ‘ihre-nachricht-
   an’:
 *     ```
       <form method="post" action="http://huppenbroich.de/spd-simmerath/ihre-nachricht-an/">
       	<input type="hidden" name="genosse" value='<?php echo get_the_title();?>'>
       ```
   
 * This code is part of a shortcode.
 * The page ‘ihre-nachricht-an’ has only a shortcode with another form:
 *     ```
       	<h2><?php echo $_POST['genosse']; ?></h2>
       		<div class="entry-content" itemprop="text">
       			<div class="wpforms-container " id="wpforms-8914">
       			    <form id="wpforms-form-8914" class="wpforms-validate wpforms-form" data-formid="8914" method="post" enctype="multipart/form-data" action="http://huppenbroich.de/spd-simmerath/versand-ihrer-nachricht/">
       					<div class="wpforms-field-container">
       ```
   
 * The action points to the page ‘versand-ihrer-nachricht’. This links ends up with
   an 404 error. When I use this link as direct input the correct page is displayed.
 * The page below is the starting point of the chain. What error do I make? Who 
   can help me???
    -  This topic was modified 7 years, 10 months ago by [gottfrieds](https://wordpress.org/support/users/gottfrieds/).
      Reason: misspelling
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fform-action-404-error%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [HudsonValleyWebDesign](https://wordpress.org/support/users/jaycbrf/)
 * (@jaycbrf)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/form-action-404-error/#post-10568593)
 * action=”[http://huppenbroich.de/spd-simmerath/ihre-nachricht-an/&#8221](http://huppenbroich.de/spd-simmerath/ihre-nachricht-an/&#8221);
 * is this the page with the PHP to process the form data? The action attribute 
   in the form tag is where the form processor goes. It can not link to another 
   page with a form.
 * For help with a plugin please visit the plugin page for support [https://wordpress.org/support/plugin/wpforms-lite](https://wordpress.org/support/plugin/wpforms-lite)
 *  Thread Starter [gottfrieds](https://wordpress.org/support/users/gottfrieds/)
 * (@gottfrieds)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/form-action-404-error/#post-10568614)
 * I detected the error:
 * I used a field with the reserved word ‘name’. That was some hours work.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘form action 404 error’ is closed to new replies.

## Tags

 * [action](https://wordpress.org/support/topic-tag/action/)
 * [form](https://wordpress.org/support/topic-tag/form/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 2 participants
 * Last reply from: [gottfrieds](https://wordpress.org/support/users/gottfrieds/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/form-action-404-error/#post-10568614)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
