For com_contact enable modern routing:
Create contact categories with subcategories like:
Add a contact (just with email-address) to "Subcategory 1"
Create a menu item "List all Contact Categories" or "List contacts in a category"
Chose category "Category 1"
Go to homepage, select menu "Contacts", open contact form, try to send email through form.
Email message sent
Show contact again
Email message is sent (in the background)
websites gives you "404 invalid URL"
Joomla 3.9.18
PHP 7.3
With routing in "legacy" mode, it works.
Labels |
Added:
?
|
can you propose a PR?
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-05-26 21:13:27 |
Closed_By | ⇒ | Quy |
Thanks @Hackwar - he helped to find the problem:
components/com_contact/controllers/contact.php
Line 181
category ID is missing, so after sending the redirect to the contact is not working.