Redirect after submission now PRO Feature (#448)

This commit is contained in:
Chirag Chhatrala 2024-06-11 20:23:35 +05:30 committed by GitHub
parent 3ddb08a571
commit 03843e5437
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class FormCleaner
'editable_submissions' => false, 'editable_submissions' => false,
'custom_code' => null, 'custom_code' => null,
'seo_meta' => [], 'seo_meta' => [],
'redirect_url' => null
]; ];
private array $formNonTrialingDefaults = [ private array $formNonTrialingDefaults = [
@ -52,6 +53,7 @@ class FormCleaner
'editable_submissions' => 'Users will not be able to edit their submissions.', 'editable_submissions' => 'Users will not be able to edit their submissions.',
'custom_code' => 'Custom code was disabled', 'custom_code' => 'Custom code was disabled',
'seo_meta' => 'Custom SEO was disabled', 'seo_meta' => 'Custom SEO was disabled',
'redirect_url' => 'Redirect Url was disabled',
// For fields // For fields
'file_upload' => 'Link field is not a file upload.', 'file_upload' => 'Link field is not a file upload.',