Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 -
- - - - - - -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqas Bin Hasan 1 year, 7 months ago.

Assisted by: Waqas Bin Hasan.

Author Posts
November 3, 2023 at 10:43 pm #14729471

markP-17

I'm using WPML to translate a client's website. I have most of the FF translations working, but the Success Message is being a pain. It keeps displaying in the native English instead of French. When I go to string translation, I see the strings - one for 1_success_msg and one for 5_success_msg (assuming 1 and 5 are associated with the form ids). The strings are translated, but when I test the form, the English message is displayed. All caches cleared, tested in private mode, different browsers, etc.
Is there any documentation that you are following?

Is there a similar example that we can see?

hidden link

November 6, 2023 at 8:55 am #14735719

Waqas Bin Hasan
WPML Supporter since 05/2014

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hello Mark,

Thank you for contacting the support.

I can see the problem at hidden link. Everything from your debug information also looks fine.

However, before proceeding further, may I ask you to try the following?

IMPORTANT: Take full backup of your website and database beforehand. It is highly advised to try the following on a staging/dev site first, so your live website isn't compromised.

- Fix “WP Memory Limit” to at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set this in your wp-config.php file by adding following code:

define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );

Remember to add these lines before the line where it says:
/* That's all, stop editing! Happy publishing. */

- Deactivate all plugins except WPML and the most needed and check for the issue.
- Activate each plugin one-by-one, while keeping check on the issue after a plugin is activated. This way you'll be able to pinpoint a plugin having a conflict (or problem), if any.
- If the problem persists, repeat the above steps with the parent theme, as well as, with a default theme of WordPress (i.e. 2021 or 2023).

Please let me know your findings and I'll try my best to help you further on the matter.

Regads.

The topic ‘[Closed] Formidable Form success message not not showing translation’ is closed to new replies.