$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()

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注