Learn how to use the dynamic `gform_form_settings_page_gravityformszapier` PHP action in Gravity Forms, including examples of changing the settings page title, adding custom content, and displaying a custom message.
The 'gform_footer_init_scripts_filter' PHP filter in Gravity Forms allows for custom JavaScript code to be added to a form's footer. This can be useful for adding tracking scripts or customizing form…
Learn how to use the gform_coupons_post_delete_coupon Gravity Forms JavaScript event to trigger custom functions and change form fields after a coupon is deleted.Using Gravity Forms `gform_coupons_post_delete_coupon` JavaScript event allows developers…
Learn how to use the powerful gform_notification_actions filter in Gravity Forms to modify the list of actions displayed below the Notification Name on the Notifications list view. Discover examples and…
Learn how to use the gform_stripe_checkout_options Gravity Forms PHP filter to modify the checkout options in the Stripe Checkout modal before it loads. Discover examples such as changing the email…
The `profile_personal_options` WordPress action in WordPress allows you to hook into the "Personal Options" settings page when editing a user's profile
Using the pre-upload-ui PHP action in WordPress is a powerful way to customize the media uploader interface for your site. With this action, you can add or remove fields, modify…