Articles

Changing Stripe Billing Information

This snippet will allow you to change a customer's billing information stored within Stripe using a form. The current snippet is based on the original one provided to us by Shamai Greenfield, one of our customers.

Advanced Tab

A list of settings available to the field’s Advanced tab and the positions the new settings can be added to when using the gform_field_advanced_settings hook.

Appearance Tab

A list of settings available to the field’s Appearance tab and the positions the new settings can be added to when using the gform_field_appearance_settings hook.

General Tab

A list of settings available to the field’s General tab and the positions the new settings can be added to when using the gform_field_standard_settings hook.

gform_view

This action allows additional actions to be performed based on the form view.

gform_shortcode_preview_disabled

This filter is used to enable/disable the shortcode preview within the Add Form button.

GF_Field_HTML

This class is responsible for determining how the HTML field is rendered when the form is displayed and how its value is handled during and after form submission.

GF_Field_Hidden

This class is responsible for determining how the Hidden field and the Hidden Quantity field are rendered when the form is displayed and how its value is handled during and after form submission.

GF_Field_Website

This class is responsible for determining how the Website field is rendered when the form is displayed and how its value is handled during and after form submission.

GF_Field_Total

This class is responsible for determining how the Total field is rendered when the form is displayed and how its value is handled during and after form submission.