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 |
---|---|---|---|---|---|---|
- | 7:00 – 12:00 | 7:00 – 12:00 | 7:00 – 12:00 | 7:00 – 12:00 | 7:00 – 12:00 | - |
- | 13:00 – 16:00 | 13:00 – 16:00 | 13:00 – 16:00 | 13:00 – 16:00 | 13:00 – 16:00 | - |
Supporter timezone: America/Sao_Paulo (GMT-03:00)
Tagged: Bug
This topic contains 0 replies, has 0 voices.
Last updated by Lucas Vidal de Andrade 5 hours, 45 minutes ago.
Assisted by: Lucas Vidal de Andrade.
Author | Posts |
---|---|
January 7, 2025 at 2:55 pm #16569561 | |
androklisT |
Background of the issue: Symptoms: Questions: |
January 8, 2025 at 8:57 am #16572437 | |
androklisT |
Hello Lucas, I ve added wpforms, as well as wpforms user registration addon and wpforms multilingual, which are both licensed addons. Then i ve created a registration page with a registration form that i translated to Spanish, added the corresponding scf fields and made a test in both languages. You can see that the user test tes1 has the checkbox marked but that doesnt work with the user test spanish. Thank you in advance your help, |
January 8, 2025 at 10:24 am #16572793 | |
androklisT |
Just a correction. Yesterday i updated all the plugins just in case that would solve the issue. During the update SCF was renamed to ACF. The issue still exists but just wanted to let you know. |
January 8, 2025 at 11:41 am #16573050 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey there, Thank you so much for sharing the results. One more thing, while I take this to our devs. I would like to request temporary access (wp-admin and FTP) to your site to take a better look at the issue. It would be better to a testing site where the issue is replicated. You will find the needed fields for this below the comment area when you log in to leave your next reply. The information you will enter is private which means only you and I can see and have access to it. Maybe I'll need to replicate your site locally. For this, I’ll need to temporarily install a plugin called “Duplicator” or "All in One WP Migration" on your site. This will allow me to create a copy of your site and your content. Once the problem is resolved I will delete the local site. Let me know if this is ok with you. IMPORTANT - Please make a backup of site files and database before providing us access. hidden link |
January 9, 2025 at 6:39 pm #16579425 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey Konstantinos, Thank you for sharing the details. Unfortunately, I wasn't able to login with them, as I got a message "ERROR: The username or password you entered is incorrect. Lost your password?". Can you please verify? I've enabled the private fields, for you to share the correct information. Thank you. |
January 10, 2025 at 3:35 pm #16582589 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Thank you 🙂 It worked this time. I'll be back once I hear from our devs. Thank you for your cooperation. |
January 13, 2025 at 2:39 pm #16589006 | |
androklisT |
Thank you as well for you help Lucas |
January 20, 2025 at 2:21 pm #16613957 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey there, Thank you for waiting. I've received feedback from our devs. WPForms will use the same string for the field label and value. So the value and the label "Notify me" are translated into "Notificarme" while in ACF, you will translate the label only. Also, in that specific case, the client wants to use a True/False field type with ACF and that type of field doesn't exist in WPForms. We found a snippet in WPForms' documentation that allows you to show/edit the value: hidden link Please make a full website backup and follow the steps below: 1. Open your functions.php file and add the following snippet provided by WPForms: /** * Show values in Dropdown, checkboxes, and Multiple Choice. * * @link <em><u>hidden link</u></em> */ add_filter( 'wpforms_fields_show_options_setting', '__return_true' ); 2. Set your ACF field to TRUE/FALSE (the value will then be 1 or 0 Let me know if that solves the issue for you. |
January 27, 2025 at 10:20 am #16636962 | |
androklisT |
Hello Lucas, i am testing the solution your provided. Sorry for the delay. I am just "reopening" the ticket just in case. So, far it seems to be working, but since the forms we are using have multiple fields that can be affected by this change, i would like 2 or 3 days to fully test this before closing the ticket. So, please, if you could just keep the ticket open and i will come back to you by the end of the week latest. |
January 27, 2025 at 1:05 pm #16637847 | |
Lucas Vidal de Andrade Supporter
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Sure. Take your time and let me know 🙂 |