(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:46, 14 May 2013 (diff | hist) N Gform mailchimp allow resubscription (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...") (top)
- 21:44, 14 May 2013 (diff | hist) MailChimp Add-on Developer Docs (→Form Submission) (top)
- 21:40, 14 May 2013 (diff | hist) MailChimp Add-on Developer Docs (→Form Submission)
- 21:29, 14 May 2013 (diff | hist) N Gform mailchimp keep existing groups (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 ...") (top)
- 21:23, 14 May 2013 (diff | hist) MailChimp Add-on Developer Docs (→Form Submission)
- 21:22, 14 May 2013 (diff | hist) MailChimp Add-on Developer Docs (→Hooks and Filters)
- 21:12, 14 May 2013 (diff | hist) N MailChimp Add-on Developer Docs (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 (diff | hist) N Gform entry post save (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...") (top)
- 23:08, 2 May 2013 (diff | hist) N Gform entries column filter (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_...") (top)
- 22:50, 2 May 2013 (diff | hist) Developer Docs (→Administration)
- 18:26, 23 April 2013 (diff | hist) Gform paypal request (→Parameters) (top)
- 18:25, 23 April 2013 (diff | hist) N Gform paypal request (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...")
- 18:16, 23 April 2013 (diff | hist) PayPal Add-on Developer Docs (→Form Submission) (top)
- 21:30, 18 April 2013 (diff | hist) Gform field validation (→Examples) (top)
- 21:30, 18 April 2013 (diff | hist) Gform field validation (→Examples)
- 15:31, 18 April 2013 (diff | hist) Gform column input content (→Examples) (top)
- 15:29, 18 April 2013 (diff | hist) Gform column input content (→Examples)
- 20:32, 9 April 2013 (diff | hist) Developer Docs (→Form Submission)
- 20:31, 9 April 2013 (diff | hist) Gform pre send email (→Description) (top)
- 20:30, 9 April 2013 (diff | hist) Developer Docs (→Form Submission)
- 18:18, 5 April 2013 (diff | hist) Developer Docs (→Form Submission)
- 21:34, 20 March 2013 (diff | hist) Developer Docs (→Form Submission)
- 21:12, 20 March 2013 (diff | hist) Developer Docs (→Form Submission)
- 20:25, 19 March 2013 (diff | hist) Gform notification (→Examples) (top)
- 19:57, 19 March 2013 (diff | hist) Gform notification (→Usage)
- 22:29, 13 March 2013 (diff | hist) Gform merge tags (→Examples) (top)
- 22:28, 13 March 2013 (diff | hist) Gform merge tags (→Examples)
- 22:27, 13 March 2013 (diff | hist) Gform merge tags (→Parameters)
- 22:26, 13 March 2013 (diff | hist) N Gform merge tags (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...")
- 23:09, 11 March 2013 (diff | hist) Developer Docs (→Javascript)
- 16:29, 11 March 2013 (diff | hist) Gform chosen options (→Parameters) (top)
- 16:28, 11 March 2013 (diff | hist) N Gform chosen options (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...")
- 15:36, 11 March 2013 (diff | hist) Developer Docs (→Javascript)
- 20:06, 8 March 2013 (diff | hist) Gform pre send email
- 20:05, 8 March 2013 (diff | hist) N Gform before email (moved Gform before email to Gform pre send email: Hook renamed in code) (top)
- 20:05, 8 March 2013 (diff | hist) m Gform pre send email (moved Gform before email to Gform pre send email: Hook renamed in code)
- 20:01, 8 March 2013 (diff | hist) Developer Docs (→Form Submission)
- 19:55, 8 March 2013 (diff | hist) Developer Docs (→Administration)
- 19:54, 8 March 2013 (diff | hist) Gform pre notification save (top)
- 19:53, 8 March 2013 (diff | hist) N Gform notification before save (moved Gform notification before save to Gform pre notification save: Hook renamed in code.) (top)
- 19:53, 8 March 2013 (diff | hist) m Gform pre notification save (moved Gform notification before save to Gform pre notification save: Hook renamed in code.)
- 19:32, 8 March 2013 (diff | hist) N Gform pre form editor save (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("...") (top)
- 19:22, 8 March 2013 (diff | hist) Developer Docs (→Javascript)
- 16:58, 7 March 2013 (diff | hist) N Gform field added (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...") (top)
- 16:57, 7 March 2013 (diff | hist) Developer Docs (→Javascript)
- 16:50, 7 March 2013 (diff | hist) N Gform field deleted (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...") (top)
- 16:49, 7 March 2013 (diff | hist) Developer Docs (→Javascript)
- 16:29, 7 March 2013 (diff | hist) N Gform load form settings (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("...") (top)
- 22:06, 6 March 2013 (diff | hist) Developer Docs (→Administration)
- 22:03, 6 March 2013 (diff | hist) Gform pre confirmation save (top)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)