- 21:46, 14 May 2013 Gform mailchimp allow resubscription (hist) [945 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to modify whether a user that currently has a status of unsubscribed on your list is resubscribed. By default, the user is resubscribe...")
- 21:29, 14 May 2013 Gform mailchimp keep existing groups (hist) [1,006 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to modify whether a user that is already subscribed to your list has their groups replaced when submitting the form a second time. By ...")
- 21:12, 14 May 2013 MailChimp Add-on Developer Docs (hist) [1,052 bytes] Danacobb (Talk | contribs) (Created page with "== Introduction == The MailChimp Add-on provides an assortment of hooks, filters, and capabilities that can be used to modify the default functionality or extend it. == Hooks a...")
- 22:32, 13 May 2013 Gform entry post save (hist) [875 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to perform actions right after an entry has been saved. This fires before notifications are sent and before the confirmation is proces...")
- 23:08, 2 May 2013 Gform entries column filter (hist) [1,705 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to inject markup and replace the value of any non-first column in the entry list grid. == Usage == <pre class="brush:php"> <?php add_...")
- 19:24, 23 April 2013 Survey Add-On (hist) [3,732 bytes] Carl (Talk | contribs) (Created page with "Keep watching.")
- 18:25, 23 April 2013 Gform paypal request (hist) [2,202 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to modify the URL string that will be sent to PayPal. This filter is fired immediately before the user is redirected to PayPal. == Us...")
- 22:26, 13 March 2013 Gform merge tags (hist) [3,795 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Allows merge tags to be added/removed from the Merge Tag drop down in the admin. == Usage == <pre class="brush:js"> <script type="text/javascript"> g...")
- 16:28, 11 March 2013 Gform chosen options (hist) [1,407 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Allows the [http://harvesthq.github.com/chosen/ Chosen] jQuery script settings for Drop Down and Multi-Select fields to be modified when the "Enable e...")
- 19:32, 8 March 2013 Gform pre form editor save (hist) [1,121 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == This filter fires on the Form Editor page when a form is saved. == Usage == <pre class="brush:js"> <script type="text/javascript"> gform.addFilter("...")
- 16:58, 7 March 2013 Gform field added (hist) [1,159 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == This filter fires after a form field is added. == Usage == <pre class="brush:js"> <script type="text/javascript"> jQuery(document).bind("gform_fiel...")
- 16:50, 7 March 2013 Gform field deleted (hist) [1,182 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == This filter fires after a form field is deleted. == Usage == <pre class="brush:js"> <script type="text/javascript"> jQuery(document).bind("gform_fi...")
- 16:29, 7 March 2013 Gform load form settings (hist) [1,101 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == This filter fires when the Form Settings page is loaded. == Usage == <pre class="brush:js"> <script type="text/javascript"> jQuery(document).bind("...")
- 21:59, 5 March 2013 Gform load field settings (hist) [1,211 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Fires on the Form Editor page after a field's settings panel has been opened and settings have been displayed. == Usage == <pre class="brush:js"> <s...")
- 23:50, 4 March 2013 Gform pre form settings save (hist) [1,346 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the form object before saving on the Form Settings page. Useful for saving custom settings added via the gform_form_settings filter. == U...")
- 00:02, 30 January 2013 Gform register init scripts (hist) [1,670 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Tap into Gravity Forms' "initalization scripts" functionality and register your own scripts to run inline with Gravity Forms. Scripts added via the '...")
- 21:58, 29 January 2013 Gform notification before save (hist) [1,651 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the notification object before it is saved to the database. This is particularly useful when saving custom notification settings to the notifi...")
- 21:44, 29 January 2013 Gform notification ui settings (hist) [1,593 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Add new or modify existing notification settings that display on the Notification Edit screen. == Usage == Apply to all forms: <pre class="brush:p...")
- 21:36, 29 January 2013 Gform notification actions (hist) [1,037 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the list of actions which display below the Notification Name on the Notifications list view. == Usage == <pre class="brush:php"> <?php add_...")
- 21:30, 29 January 2013 Gform notification (hist) [4,104 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify a notificaiton object before it is converted into an email and sent. == Usage == Apply to all forms: <pre class="brush:php"> <?php add_acti...")
- 21:49, 25 January 2013 Gform menu position (hist) [762 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the position the Gravity Forms menu should appear in the WordPress admin menu. == Usage == <pre class="brush:php"> <?php add_action("gform_...")
- 21:18, 25 January 2013 Gform import form xml options (hist) [1,045 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the settings used to import a form from an XML export file. Useful when adding your own field types with custom settings stored as an array. ...")
- 19:01, 25 January 2013 Gform form settings page $view (hist) [1,334 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Add custom pages (ie "views") to the Form Settings section. == Usage == <pre class="brush:php"> <?php add_action("gform_form_settings_page_$view",...")
- 18:57, 25 January 2013 Gform form settings menu (hist) [1,399 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Add new or modify default menu items which will appear in the Form Settings section menu. == Usage == <pre class="brush:php"> <?php add_filter("gfo...")
- 18:49, 25 January 2013 Gform form settings before save (hist) [1,353 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the form object before saving on the Form Settings page. Useful for saving custom settings added via the gform_form_settings filter. == U...")
- 18:46, 25 January 2013 Gform form settings (hist) [2,498 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Add new or modify existing form settings that display on the Form Settings screen. == Usage == Apply to all forms: <pre class="brush:php"> <?php a...")
- 18:06, 25 January 2013 Gform export page $view (hist) [1,285 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Add custom pages (ie "views") to the Import/Export section. == Usage == Apply to all forms: <pre class="brush:php"> <?php //add_action("gform_exp...")
- 18:00, 25 January 2013 Gform export menu (hist) [1,297 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Add new or modify default menu items which will appear in the Import/Export section menu. == Usage == Apply to all forms: <pre class="brush:php">...")
- 17:50, 25 January 2013 Gform entry meta (hist) [2,213 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this hook to add custom properties to the Entry object. Allows entry meta data to be added as sortable columns to the entry list and export entrie...")
- 22:53, 23 January 2013 Gform toolbar menu (hist) [1,791 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the links which display in the Gravity Forms toolbar. == Usage == <pre class="brush:php"> <?php add_action("gform_toolbar_menu", "my_custom...")
- 21:12, 23 January 2013 Gform notification events (hist) [967 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to add a new event to the drop down of available triggers for notifications. Additional code is necessary to handle the event since th...")
- 23:38, 22 January 2013 Gform confirmation before save (hist) [1,653 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the confirmation object before it is saved to the database. This is particularly useful when saving custom confirmation settings to the confir...")
- 23:17, 22 January 2013 Gform confirmation ui settings (hist) [1,596 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Add new or modify existing confirmation settings that display on the Confirmation Edit screen. == Usage == Apply to all forms: <pre class="brush:p...")
- 22:55, 22 January 2013 Gform confirmation actions (hist) [1,038 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify the list of actions which display below the Confirmation Name on the Confirmations list view. == Usage == <pre class="brush:php"> <?php add...")
- 22:47, 22 January 2013 Gform admin messages (hist) [1,166 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify update (and other non-error) messages displayed by Gravity Forms in the WordPress admin. == Usage == <pre class="brush:php"> <?php add_actio...")
- 22:37, 22 January 2013 Gform admin error messages (hist) [968 bytes] Spivurno (Talk | contribs) (Created page with "__NOTOC__ == Description == Modify error messages displayed by Gravity Forms in the WordPress admin. == Usage == <pre class="brush:php"> <?php add_action("gform_admin_error_m...")
- 22:30, 22 January 2013 Gform payment methods (hist) [1,003 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to add alternative payment methods to the Credit Card field. == Usage == <pre class="brush:php"> <?php add_filter("gform_payment_me...")
- 20:44, 22 January 2013 Gform post status options (hist) [1,179 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to add custom post statuses to the post status drop down on the Properties tab of post fields. == Usage == <pre class="brush:php"> <?...")
- 22:30, 21 January 2013 Gform calculation formula (hist) [949 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == This filter can be used to dynamically change the calculation formula for a field. This does not affect the calculation formula until the form is subm...")
- 21:18, 21 January 2013 Gform disable notification (hist) [2,194 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to disable admin and user notification emails == Usage == <pre class="brush:php"> <?php add_filter("gform_disable_notification", "di...")
- 00:50, 19 January 2013 Gform before email (hist) [1,499 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this filter to modify the email before a user or admin notification has been sent. You may also use this to prevent an email from being sent. == ...")
- 23:10, 18 January 2013 Gform after email (hist) [1,356 bytes] Danacobb (Talk | contribs) (Created page with "__NOTOC__ == Description == Use this hook to perform actions after a user or admin notification has been sent. == Usage == <pre class="brush:php"> <?php add_action("gform_after...")
- 17:59, 24 December 2012 Troubleshooting Notifications (hist) [2,386 bytes] Davidcubed (Talk | contribs) (Created page with "Gravity Forms uses WordPress' built-in sendmail (wp-mail.php) to send its e-mail notifications. If you are having trouble sending or receiving Notifications, please try the follo...")
- 17:15, 18 December 2012 Quiz Add-On (hist) [6,245 bytes] Carl (Talk | contribs) (Created page with "The Gravity Forms Quiz Add-On allows you to quickly create Quizes that are automatically graded or scored when the form is submitted. The Quiz Add-On introduces a new Quiz Field...")