I would like to have option for non-logged in users to just enter their First and Last name, email, phone and message and click “Send message“ without need to login or register.
Is this achievable in some way? My developer tried to ask this here but as I understood from him it’s not really possible. I also have WPForms paid version so I theoretically could create new form there which could be used.
I would very much appreciate input from your side as this very important option for us and I believe it could be for other people also as this would ease up communication between buyers/sellers.
You can change the URL of the form itself to something else, but unfortunately implementing the logic you described, allowing non-logged-in users to just enter their first and last name, email, phone, and message and click “Send message” without needing to login or register - isn’t possible with a simple code snippet at the moment. We’re planning to add this functionality in future updates.
If this is very urgent and you’re familiar with custom development, we can provide general guidance on how to approach it, but please note that it won’t be a ready-made solution.
Hi, thanks for suggestion! This is kind of urgent, could you please provide guidance that I could forward the developer or maybe there would be possibility for me to hire/pay even you for this?
At the moment, we don’t provide customization services, but you can consider reaching out to a verified freelancer for help with this: Customize your website | HivePress.
You would need to override the message-send-link.php template part (which you can find here: hivepress-messages/templates on GitHub) using a child theme. You’d change the modal URL and add a new modal through template hooks (or customize the existing form using the hivepress/v1/forms/message_send hook, customizing the existing form is probably simpler).
You’d also need to update the URLs for the links so they don’t point to the user login modal but always to the message form. Then you’d need to change the form’s submission URL and implement the logic at that endpoint to send messages without requiring an account.
It’s difficult to provide an exact ETA, but requests like this help us better understand priorities and guide our development roadmap. We hope to deliver this feature within a year.