Title: Adding and reordering fields
Last modified: May 23, 2018

---

# Adding and reordering fields

 *  Resolved [trebornautics](https://wordpress.org/support/users/trebornautics/)
 * (@trebornautics)
 * [8 years ago](https://wordpress.org/support/topic/adding-and-reordering-fields/)
 * I’m looking to add a few fields to the petition form including a couple of checkboxes.
   I’d also like to reorder the fields. Where would I do these things in the PHP?
    -  This topic was modified 8 years ago by [trebornautics](https://wordpress.org/support/users/trebornautics/).

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

 *  Plugin Author [SpeakOut! Steve](https://wordpress.org/support/users/123host/)
 * (@123host)
 * [8 years ago](https://wordpress.org/support/topic/adding-and-reordering-fields/#post-10315307)
 * Hi,
 * Adding fields is not trivial at all. Depending on what you want them to do it
   might mean database edits so data is saved or tweaks to the way options are stored.
 * Reordering fields is no problem _if you understand HTML_ and basic PHP. You would
   do it in /wp-content/plugins/speakout/includes/emailpetition.php
 * I am sure I don’t need to remind you to make a backup of any files before you
   edit them ;o)
 *  Thread Starter [trebornautics](https://wordpress.org/support/users/trebornautics/)
 * (@trebornautics)
 * [8 years ago](https://wordpress.org/support/topic/adding-and-reordering-fields/#post-10315543)
 * I just want to add a few text fields and a couple of check boxes

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

The topic ‘Adding and reordering fields’ is closed to new replies.

 * ![](https://ps.w.org/speakout/assets/icon-256x256.png?rev=1649238)
 * [SpeakOut! Email Petitions](https://wordpress.org/plugins/speakout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/speakout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/speakout/)
 * [Active Topics](https://wordpress.org/support/plugin/speakout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/speakout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/speakout/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [trebornautics](https://wordpress.org/support/users/trebornautics/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/adding-and-reordering-fields/#post-10315543)
 * Status: resolved