Bug #99978
closedElement browser: subject/body params for mailto links are not possible / fail validation
0%
Description
When configuring a mailto link in in the element browser that is launched from the RTE, i can not add a subject or body param because the input field is set to type email. Example: foo@bar.baz?subject=Registration&body=Event%20XYZ
In 10.4, the input field is of type text and i can add the params without a problem and the link is rendered in the frontend.
This kind of refers to https://forge.typo3.org/issues/89264 so this should be fixed in 11.5 to get the functionality back.
Updated by Andreas Kießling about 2 years ago
- Related to Bug #89264: Mailto links in RTE cannot use ampersand to add further arguments like subject=foo&body=bar added
Updated by Andreas Kießling about 2 years ago
- Related to Bug #98388: telephone number in link browser should be validated when set added
Updated by Benni Mack over 1 year ago
- Status changed from New to Needs Feedback
Can you check if the problem still happens in TYPO3 v12? We've reworked the subject + body parameters properly now.
Updated by Rémy DANIEL 12 months ago
- Related to Bug #91734: RTE: Wrong href value after import added
Updated by Riccardo De Contardi 9 months ago
- Status changed from Needs Feedback to Closed
I close this issue as solved.
On TYPO3 12 and 13 the link wizard that opens in the RTE contains the following distinct fields for the "email" links:
- Title
- Email Address
- Subject
- CC
- BCC
- Body
The resulting link is something like:
<p><a href="mailto:test@gmail.com?subject=subject&cc=test2%40gmail.com&bcc=test3%40gmail.com&body=This%20it%20the%20test" title="test">test</a></p>
If you think that this is the wrong decision or there is still work to do here, please open a new issue with a reference to this one. Thank you.