(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:13, 18 March 2013 (diff | hist) Gform custom merge tags (top)
- 19:13, 18 March 2013 (diff | hist) Gform custom merge tags
- 19:11, 18 March 2013 (diff | hist) Developer Docs
- 21:59, 5 March 2013 (diff | hist) N Gform load field settings (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...") (top)
- 19:58, 5 March 2013 (diff | hist) Developer Docs (→Javascript)
- 19:57, 5 March 2013 (diff | hist) Developer Docs (→Javascript)
- 19:38, 5 March 2013 (diff | hist) Developer Docs (→Javascript)
- 21:22, 30 January 2013 (diff | hist) Developer Docs (→Administration)
- 00:03, 30 January 2013 (diff | hist) Gform register init scripts (top)
- 00:02, 30 January 2013 (diff | hist) N Gform register init scripts (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 '...")
- 23:12, 29 January 2013 (diff | hist) Developer Docs
- 21:58, 29 January 2013 (diff | hist) N Gform pre notification save (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:49, 29 January 2013 (diff | hist) Developer Docs (→Administration)
- 21:45, 29 January 2013 (diff | hist) Gform notification ui settings (top)
- 21:44, 29 January 2013 (diff | hist) N Gform notification ui settings (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:38, 29 January 2013 (diff | hist) Gform confirmation ui settings (→Examples) (top)
- 21:37, 29 January 2013 (diff | hist) Gform confirmation actions (→Parameters) (top)
- 21:36, 29 January 2013 (diff | hist) N Gform notification actions (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_...") (top)
- 21:32, 29 January 2013 (diff | hist) Gform notification
- 21:30, 29 January 2013 (diff | hist) N Gform notification (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 (diff | hist) N Gform menu position (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_...") (top)
- 21:18, 25 January 2013 (diff | hist) N Gform import form xml options (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. ...") (top)
- 21:14, 25 January 2013 (diff | hist) Developer Docs (→Administration)
- 19:04, 25 January 2013 (diff | hist) Developer Docs (→Administration)
- 19:03, 25 January 2013 (diff | hist) Gform form settings page $view (top)
- 19:01, 25 January 2013 (diff | hist) N Gform form settings page $view (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",...")
- 19:01, 25 January 2013 (diff | hist) Gform form settings menu (→Examples) (top)
- 18:58, 25 January 2013 (diff | hist) Gform form settings menu
- 18:57, 25 January 2013 (diff | hist) N Gform form settings menu (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:50, 25 January 2013 (diff | hist) Developer Docs (→Administration)
- 18:49, 25 January 2013 (diff | hist) Gform form settings (→Parameters)
- 18:49, 25 January 2013 (diff | hist) N Gform form settings before save (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...") (top)
- 18:46, 25 January 2013 (diff | hist) N Gform form settings (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:08, 25 January 2013 (diff | hist) Gform export menu (top)
- 18:06, 25 January 2013 (diff | hist) N Gform export page $view (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...") (top)
- 18:01, 25 January 2013 (diff | hist) Gform export menu
- 18:00, 25 January 2013 (diff | hist) N Gform export menu (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">...")
- 18:00, 25 January 2013 (diff | hist) Developer Docs (→Administration)
- 22:53, 23 January 2013 (diff | hist) N Gform toolbar menu (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...") (top)
- 23:38, 22 January 2013 (diff | hist) Gform confirmation ui settings (→Examples)
- 23:38, 22 January 2013 (diff | hist) N Gform pre confirmation save (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:28, 22 January 2013 (diff | hist) Developer Docs (→Administration)
- 23:17, 22 January 2013 (diff | hist) N Gform confirmation ui settings (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 (diff | hist) N Gform confirmation actions (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 (diff | hist) N Gform admin messages (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...") (top)
- 22:38, 22 January 2013 (diff | hist) Developer Docs (→Administration)
- 22:37, 22 January 2013 (diff | hist) N Gform admin error messages (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...") (top)
- 22:52, 18 January 2013 (diff | hist) Developer Docs (→Administration)
- 22:51, 18 January 2013 (diff | hist) Developer Docs (→Administration)
- 16:15, 11 January 2013 (diff | hist) Gform subscription canceled (→Examples) (top)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)