Hi @alexbyby,
It might be possible to set this up but it’s not a native functionality of weForms. You’d probably need a developer to assist in the configuration of a feature such as this.
Although we won’t be able to offer much assistance by way of developing maybe these steps will get you on your way:
To approach your requirement, you could utilize weForms’ ability to create advanced forms and its integration capabilities. Here’s a suggested approach, based on the capabilities of weForms and general WordPress knowledge:
- Create a Contact Form Template in weForms: Use weForms to create a contact form template that includes the fields you require, such as name, email, message, etc. Refer to our guide on setting up a basic contact form to get started??.
- User-Specific Form Implementation: To make a form appear on a user-specific page, you might need to customize your WordPress theme or use a plugin that allows you to insert forms or shortcodes based on the user’s ID. This involves dynamic content generation, where the form or the recipient’s email address changes based on who is logged in or which user page is being viewed.
- Dynamically Set the Recipient Email: Although directly sending a message from a user’s page to all registered users through a form is not a standard feature, you can dynamically change the recipient email based on the user’s page. This might require custom programming to modify the form’s behavior or to utilize a hook/filter provided by weForms to set the recipient email dynamically.
- Notification Settings: Use weForms’ notification settings to configure where the form submissions go. You can set up the form to send submissions to a specific email address or dynamically change the recipient based on the user’s selection or input??.
For a tailored solution that exactly meets your needs, including sending messages to all users, custom development might be required. This could involve writing custom code to integrate with weForms or WordPress, or utilizing additional plugins that allow for user directory management and bulk messaging.
As stated you’ll likely need to consult with a developer for more advanced configurations or integrations such as this and it would also be beneficial as far as tailoring the solution to your specific requirements.
I really hope this helps!