Skip to content

[comp-4499] Elementor 4.2: make atomic form (e-form) Email 1 & Email 2 notification translatable#540

Merged
strategio merged 1 commit into
masterfrom
chai/comp-4499-atomic-form-emails
Jul 16, 2026
Merged

[comp-4499] Elementor 4.2: make atomic form (e-form) Email 1 & Email 2 notification translatable#540
strategio merged 1 commit into
masterfrom
chai/comp-4499-atomic-form-emails

Conversation

@strategio

Copy link
Copy Markdown
Member

The atomic form element (e-form) stores its email-action settings as Emails_Prop_Type object props (email, and email_2 enabled by Elementor Pro), each holding subject + message string sub-props. Only 'form-name' was registered, so the email subject/message were not offered for translation -- a regression versus the classic 'form' widget, which already exposes email_subject/email_content/email_subject_2/email_content_2.

Register the nested paths so both notifications become translatable:
email>value>subject>value, email>value>message>value,
email_2>value>subject>value, email_2>value>message>value

Verified on Elementor 4.2.0-beta2 + Pro: WPML string extraction for an e-form node goes from 0 to 4 strings with this change.

https://onthegosystems.myjetbrains.com/youtrack/issue/comp-4499

…translatable

The atomic form element (e-form) stores its email-action settings as
Emails_Prop_Type object props (email, and email_2 enabled by Elementor Pro),
each holding subject + message string sub-props. Only 'form-name' was
registered, so the email subject/message were not offered for translation --
a regression versus the classic 'form' widget, which already exposes
email_subject/email_content/email_subject_2/email_content_2.

Register the nested paths so both notifications become translatable:
  email>value>subject>value, email>value>message>value,
  email_2>value>subject>value, email_2>value>message>value

Verified on Elementor 4.2.0-beta2 + Pro: WPML string extraction for an
e-form node goes from 0 to 4 strings with this change.
@strategio
strategio merged commit db37be1 into master Jul 16, 2026
1 check passed
@strategio

Copy link
Copy Markdown
Member Author

Merged and deployed.

@strategio
strategio deleted the chai/comp-4499-atomic-form-emails branch July 16, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants