$redirect_url

$redirect_url

DescriptionPropertiesUsageLocationUsed By

Description
The $redirect_url property defines the URL that a user is redirected to upon submitting the form. This value is typically the location of a payment gateway to complete payment.
If left as an empty string, the redirect URL is ignored, and the user is not redirected after submission.
Properties
Class: GFPaymentAddOn
Access: protected
Type: boolean
Defaults to: false
Usage
123class ExamplePaymentAddOn extends GFPaymentAddOn {    protected $redirect_url = 'https://gravityforms.com';}
Location
includes/addon/class-gf-payment-addon.php
Used By
GFPaymentAddOn::entry_post_save()
GFPaymentAddOn::validation()

發表回覆

您的電子郵箱地址不會被公開。 必填項已用 * 標註