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.

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Osama Mersal 1 year, 7 months ago.

Assisted by: Osama Mersal.

Author Posts
October 30, 2023 at 7:06 am

noanL

I have a issue with formidable form. I try to translate formidable field and placeholder but It's not work for me.

Cloud you help to translate formidable forms?
hidden link

October 30, 2023 at 7:45 am
October 30, 2023 at 10:09 am #14689815

Osama Mersal
WPML Supporter since 02/2020

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+03:00)

Hi,

Thanks for contacting WPML forums support. I'll be glad to help you today.

1) Please login to this sandbox site and upload the "Formidable" plugin. (hidden link)

After that, please create a test form and translate it to replicate the issue. If the issue is replicable, please let me know to consult our compatibility team.

2) Could you please share your Debug information with me?
You can read a detailed explanation about it here. (http://wpml.org/faq/provide-debug-information-faster-support)
The debug info will give me a lot of information about how your site is configured.

Best regards,
Osama

October 30, 2023 at 12:09 pm #14690773

noanL

I created a test formidable form on wpml server. It's work fine here.
hidden link

Why not working for my site?

Screenshot_1.png
October 30, 2023 at 1:00 pm #14691563

Osama Mersal
WPML Supporter since 02/2020

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+03:00)

Hi,

1) Could you please check if the issue persists in a minimal environment by following these steps?

1- Deactivate all the plugins except the active plugins on the sandbox site.
2- Switch to a WordPress default theme like Twenty Twenty-one.
3- Create a new test form and translate it.

If the issue is gone, activate them one by one to see which one is causing an interaction issue.

❌ Please backup your database before performing the above test ❌

2) It's unrelated to the issue, but according to your Debug.info, the WP memory limit needs to be increased. PHP memory is fine, but WordPress uses 40Mb as default. The minimum requirements for WPML are 128 MB. (Kindly check this page https://wpml.org/home/minimum-requirements/)

You can increase it by adding the following code in your wp-config.php file right before the /* That's all, stop editing! Happy publishing. */ line:

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M');

Best regards,
Osama