/** * Filters the delimiter used in CSV exports of form entries. * * @link https://wpforms.com/developers/change-csv-export-delimiter/ */ function wpf_dev_pro_admin_entries_export_configuration( $configuration ) { $configuration[ 'csv_export_separator' ] = ';'; return $configuration; } add_filter( 'wpforms_pro_admin_entries_export_configuration', 'wpf_dev_pro_admin_entries_export_configuration', 10, 1 );

Thank you for the great reviews!

We’re delighted to announce that for the 7th year running, we’ve been awarded a TripAdvisor Certificate of Excellence and it’s our 2nd year in the Hall of Fame for getting consistently great reviews from our lovely visitors.

You can see all our latest TripAdvisor reviews here.