Title: Form not processing
Last modified: August 19, 2016

---

# Form not processing

 *  [shadd](https://wordpress.org/support/users/shadd/)
 * (@shadd)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/form-not-processing/)
 * Hi Guys
 * I am working on a plugin form. The problem is it does not set when the user submits
   it. Code below:
 *     ```
       <?php
       	if(isset($POST['course_form']))
       	{
                    echo "form set";
               } else {
                    echo "form not set";
               }
       ?>
   
       <form name="new_course_form" method="POST" action="http://localhost/wordpress/wp-admin/admin.php?page=mt-top-level-handle">
       	<input type="hidden" name="course_form" id="course_form" />
               <input type="text" class="txtbox" name="course_title" id="course_title" />
               <input id="publish" class="button-primary" type="submit" value="Publish Course" name="publish"/>
       <
       </form>
       ```
   

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

 *  Thread Starter [shadd](https://wordpress.org/support/users/shadd/)
 * (@shadd)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/form-not-processing/#post-1284914)
 * Forgot to add, this is for a plugin
 *  [carlla](https://wordpress.org/support/users/carlla/)
 * (@carlla)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/form-not-processing/#post-1285192)
 * use **$_POST**[‘course_form’] instead **$POST**[”course_form’]
    =)

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

The topic ‘Form not processing’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [carlla](https://wordpress.org/support/users/carlla/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/form-not-processing/#post-1285192)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
