‘Error Processing Payment’ in PayPal Commerce Addon
Learn how to fix the 'Error Processing Payment' with WPForms PayPal Commerce addon.
Error: Stripe Payment Stopped, Invalid/Empty Amount
Learn how to troubleshoot the 'Stripe payment stopped, invalid/empty amount' error.
Error: JavaScript Not Loading Properly
Learn how to fix the JavaScript Not Loading Properly error.
wpforms_enable_form_data_slashing
Description The wpforms_enable_form_data_slashing filter allows developers to enable or disable the slashing of form data in the WPForms builder. When enabled, this filter prevents the removal of backslashes in form fields after saving and refreshing the form. Parameters $enabled (bool) Determines whether form data slashing should be enabled. If true, backslashes in form fields will […]
wpforms_field_file_upload_remove_webfiles_from_denylist_enabled
Description The wpforms_field_file_upload_remove_webfiles_from_denylist_enabled filter allows removing HTM, HTML, and JS file extensions from the denylist for logged-in administrators in the File Upload field. Parameters $enabled (bool) (Optional) Determines Whether to remove HTM, HTML, and JS from the denylist for logged-in admins, default is false. Source wpforms/pro/includes/fields/class-file-upload.php More Information This filter is applied to determine whether […]