Resolved
Reported for: WPForms Multilingual 0.2.0
Resolved in: WPForms Multilingual 0.3.1
Overview of the issue
By going to WP Forms → Fancy Fields → Entry Preview, you can allow users to view a preview of the form before submitting it. However, the form labels and placeholder text in the preview do not appear translated.
Workaround
Please, make a sure full backup of your site before proceeding.
- Edit the /wp-content/plugins/wpforms/pro/includes/fields/class-entry-preview.php file.
- Look for line 306 and just after:
wpforms()->get( 'process' )->fields = [];
- Add this code:
$form_data = apply_filters('wpforms_frontend_form_data', $form_data);
Die Inhalte des Formulars werden jetzt übersetzt, aber leider nicht der Hinweistext
Es scheint ein anderes Problem als das hier gemeldete zu sein. Bitte öffnen Sie ein Ticket in unserem Support-Forum, um Ihnen besser helfen zu können.
I want to remove some of the field from entry preview. I don’t want to show them. how can i do that?
Hello!
That question is actually more suitable for WPForms support.
Perhaps you can consult their documentation here: https://wpforms.com/docs/how-to-show-entry-previews-in-wpforms/