• Remember to address to the Bug Tracking guidelines and to follow the instructions in the post ticket template.
  • Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Reviewing Contact page form silently fails

Version
4.4.2
PHP version
8.3.6
Database driver
MariaDB
Database version
10.11.13
Web browser
any

evil

Chevereto Member

Reproduction steps

  • Open the website as a guest or logged-in user
  • Navigate to the default Contact page (/contact)
  • Fill in all required fields in the contact form
  • Click the Send button

Unexpected result

  • The page simply reloads after clicking Send
  • No success message or confirmation dialog is displayed
  • No error message is shown to the user
  • No email is sent to the configured contact address
  • No visible indication that the form submission was processed

Error log message

  • No relevant errors are recorded in the application logs
  • No server-side mail errors are logged
  • The issue appears to fail silently without triggering any exception or log entry
 
I don't like how the contact page works, is just a wrapper for sending email. I think that it will be better to implement own contact handling, with admin inbox directly on the system instead of relying on email.
 
Is this a known issue with the latest build? I am seeing the same thing. contact form fails to send, but all other email works.
 
I still have this issue even on the latest version. All other services are also using SMTP API sending through my server and they work correctly, only the contact form fails to send emails.
 
Same issue here, contact form doesn't do anything nor test-mail, both silently failing. Already created new support ticket - but it looks like it got removed?
 
I'm sorry for the confusion, when deprecating PHP pages I forgot to mention the changes on "Contact page" functionality.

The "Contact page" functionality is currently working only when using PHP pages. For non PHP pages I suggest using a simple "Here's our contact data" custom page.
 
Back
Top