You can use the wpforms_upload_root filter to change the directory of where file uploads are stored when using the WPForms File Upload form field.
How to Restrict Special Characters From a Form Field
This tutorial will walk you through how to restrict special characters from being entered in your form fields.
wpforms_geolocation_map_zoom
The wpforms_geolocation_map_zoom can be used to change the default zoom level of the map that displays entries and forms.
wpforms_geolocation_map_default_location
The WPForms wpforms_geolocation_map_default_location filter can be used to change the default location of the map pin using Longitude and Latitude.
How to Display the Confirmation and the Form Again After Submission
In this tutorial, we'll show you how to display the confirmation message and reset the form on the same page using a small PHP snippet.
wpforms_frontend_output_success
The wpforms_frontend_output_success action fires immediately after the form has been submitted prior to saving the entry and sending the email notification.