Title: Use a feedback form
Last modified: August 19, 2016

---

# Use a feedback form

 *  [yurek](https://wordpress.org/support/users/yurek/)
 * (@yurek)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/use-a-feedback-form/)
 * I have [php form](http://phpforms.net/php-forms.html) and use it for a feedback.
 *     ```
       <form>
            <table>
             <tr>
               <td>Name *</td>
               <td><input type="text"></td>
             </tr>
             <tr>
                 <td>Email *</td>
                 <td><input type="text"></td>
             </tr>
             <tr>
                 <td>Phone</td>
                 <td><input type="text"></td>
             </tr>
             <tr>
                 <td>Field_check</td>
                 <td>
                    <input type="checkbox" value="1"><label>Check_1</label>
                    <input type="checkbox" value="2"><label>Check_2</label>
                  <input type="checkbox" value="3"><label>Check_3</label>
                 </td>
             </tr>
             <tr>
                 <td>Message *</td>
                 <td><textarea rows="5"></textarea></td>
             </tr>
                 <tr>
                 <td colspan="2"> </td>
             </tr>
                 <tr>
                 <td colspan="2"> </td>
             </tr>
             <tr>
                 <td><input type="button" id="subbut" value="Submit"></td>
             </tr>
            </table>
       </form>
       ```
   
 * But I use this form in simple web page. How can it be used in WP template?

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

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/use-a-feedback-form/#post-1352108)
 * create “feedback” page or whatever
    get this plugin and activate it [http://wordpress.org/extend/plugins/exec-php/](http://wordpress.org/extend/plugins/exec-php/)
   drop code in page and save
 * if your tables don’t look right, you may want to try `<div>'s`
 *  Thread Starter [yurek](https://wordpress.org/support/users/yurek/)
 * (@yurek)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/use-a-feedback-form/#post-1352285)
 * Thanks.

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

The topic ‘Use a feedback form’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [yurek](https://wordpress.org/support/users/yurek/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/use-a-feedback-form/#post-1352285)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
