User tests: Successful: Unsuccessful:
Pull Request for Issue #44987 .
Delete default="0" for ontact_email_copy checkbox.
This is related to #37174
Joomla 5.2.4
In administrator, enable Send Copy to Submitter parameter in Contacts component parameters (tab form).
"Send a copy to yourself" checkbox appears in your contact form.
Fill up all required field in your contact form and check "Send a copy to yourself" checkbox.
Email is sent to the contact but the user doesn't receive anything.
Email is sent to the contact and a copy of this email is sent to the user.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_contact |
Title |
|
Title |
|
there are a LOT of inastances of default="0" - I hope nothing else is impacted!!
Only checkbox field type is affected. I did a quick search and only found one which is fixed on this PR. Do you see any other checkbox fields which has default="0" ?
there are a LOT of inastances of default="0" - I hope nothing else is impacted!!
Only checkbox field type is affected. I did a quick search and only found one which is fixed on this PR. Do you see any other checkbox fields which has default="0" ?
That's the only one I found that contains default="0".
I have tested this item ✅ successfully on 86eeaab
I have tested this successfully - Thanks Pascal.
I have tested this item ✅ successfully on 86eeaab
Status | Pending | ⇒ | Ready to Commit |
RTC, thanks.
Labels |
Added:
RTC
PR-5.2-dev
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-02-26 17:48:17 |
Closed_By | ⇒ | rdeutz |
there are a LOT of inastances of default="0" - I hope nothing else is impacted!!