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.

This topic contains 1 reply, has 2 voices.

Last updated by Long Nguyen 1 year, 5 months ago.

Assisted by: Long Nguyen.

Author Posts
July 19, 2023 at 10:49 am #14065401

Merlis

Hello,

I have created a form that, when filled in, takes the customer to a new page. It works in Estonian because the Conformation URL is correct, but in Dutch and English the client is still sent to the Estonian content page. The pages are translated.
Where can I specify that the Dutch language form has a Redirection URL to the Dutch language page?
Where can I specify that when filling in the Dutch form, the notification is sent to a different email address?

Best regards,
Merlis

July 20, 2023 at 7:41 am #14069713

Long Nguyen
Supporter

Languages: English (English )

Timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Hi Merlis,

Thank you for contacting WPML support, I'd be happy to help you with this issue.

You can translate the redirection URL in WPML > String Translation. But for the option "Send to Email" when editing the form notification, you should keep using one email across languages.

If you want to translate "Send to Email" option, please follow steps below:
- Create an Email field in the form > set an email address to the Default value and select Hidden for Visibility.
- Edit the Notification item:
+ Send To: Select a field
+ Send To Field: Select the email field above
- Save changes and translate the form.

The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
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:


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

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

Look forward to your reply.
Thanks