• Resolved trebornautics

    (@trebornautics)


    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 6 years, 9 months ago by trebornautics.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SpeakOut!

    (@123host)

    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

    (@trebornautics)

    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.