by RopeSwingHld on WordPress.org
SpeakOut! Email Petitions makes it easy to add petitions to your website and rally your community to Speak Out about a cause by using direct action.
SpeakOut! Email Petitions allows you to easily create petition forms on your site.
When visitors to your site submit the petition form, a copy of your message will be sent to the email address you specified e.g. your mayor. They can also choose to have the email BCC’d to themselves (default). The petition message will be signed with the contact information provided by the form submitter. After signing the petition, visitors will have the option of sharing your petition page with their followers on Facebook or x.
Signatures are stored in the WordPress database and can be easily exported to CSV format for further analysis (there is no import function). You may set a goal for the number of signatures you hope to collect and then watch as a progress bar tracks your petition’s advance toward it’s goal – the goal can even update automatically when a % of your goal is reached. Petitions may also be configured to stop accepting new signatures on a specified date.
The free version includes the core features needed to run a successful petition. For those who need more, the Pro version unlocks the ability to run unlimited campaigns and provides additional tools, such as an email sharing option and expanded integration with third-party mailing services.
More information about the plugin and how to upgrade to the fully featured Pro version can be found at the official SpeakOut! WordPress petition plugin website.
Fix bad cache.
Fix php warning regarding missing options.
$_POST, $_GET, and $_REQUEST variables with sanitized and validated data.esc_url.[emailpetition] shortcode rendering. The form HTML is now loaded from a separate template file ( includes/email-petition-form-template.php), improving code organization and making customization easier.has_shortcode() for content checking and admin_url() for creating admin links.? instead – thanks Niklasbug fix: in some circumstances an error was thrown in settings page – thanks Heiko
If you would like to request or contribute a specific translation not listed above, visit the SpeakOut! Email Petitions website and use the contact form.
The following attributes may be applied when using the ‘[emailpetition]’ shortcode
The ID number of your petition (required). To display a basic petition, use this format:
‘[emailpetition id=”1″]’
This sets the width of the wrapper “
<
div>” that surrounds the petition form. Format as you would a width rule for any standard CSS selector. Values can be denominated in px, pt, em, % etc. The units marker (px, %) must be included.
To set the petition from to display at 100% of it’s container, use:
‘[emailpetition id=”1″ width=”100%”]’
A petition set to display at 500 pixels wide can be achieved using:
‘[emailpetition id=”1″ width=”500px”]’
This sets the height of the petition message box (rather than the height of the entire form). Format as you would a height rule for any standard CSS selector. Values can be denominated in px, pt, em, % etc. The units marker (px, %) must be included.
A few notes on using percentages:
Using a % value only works when the “Allow messages to be edited” feature is turned off—because the petition message will be displayed in a ‘
<
div>’. When “Allow messages to be edited” is turned on, the petition message is displayed in a ”, which cannot be styled with % heights. Use px to set the height on petitions that allow message customization.
To set the message box to scale to 100% of the height of the message it contains, use any % value (setting this to 100%, 0%, 200% or any other % value has the same result). Use px if you want the box to scale to a specific height.
Examples:
‘[emailpetition id=”1″ height=”500px”]’
‘[emailpetition id=”1″ height=”100%”]’
Sets the width of the outer progress bar. The filled area of the progress bar will automatically scale proportionally with the width of the outer prgress bar. Provide a numeric value in pixels only. Do not include the px unit marker.
To display the progress bar at 300 pixels wide, use:
‘[emailpetition id=”1″ progresswidth=”300″]’
Adds an arbitrary class name to the wrapper ‘
<
div>’ that surrounds the petition form. Typically used to assign the alignright, alignleft or aligncenter classes to the petition in order to float the petition form to one side of its container. To assign multiple classes, separate the class names with spaces.
Examples:
‘[emailpetition id=”1″ class=”alignright”]’
‘[emailpetition id=”1″ class=”style1 style2″]’
The ID number of your petition (required). To display a basic signature list, use this format:
‘[signaturelist id=”1″]’
The number of signature rows to display in the table. This will override the default value provided on the Settings page. To display 10 rows, use:
‘[signaturelist id=”1″ rows=”10″]’
Format of values in the date column. Use any of the standard PHP date formating characters. Default is ‘M d, Y’. A date such as “Sunday October 14, 2012 @ 9:42 am” can be displayed using:
‘[signaturelist id=”1″ dateformat=”l F d, Y @ g:i a”]’
The text that displays in the previous signatures pagination button. Default is <.
The text that displays in the next signatures pagination button. Default is >.
Display the number (as text) of signatures collected for a given petition:
The ID number of your petition (required).
‘[signaturecount id=”3″]’
Display the number (as text) of goal for a given petition:
The ID number of your petition (required).
‘[signaturegoal id=”3″]’