Multiple recipients on the contact form
Learn how to send the contact form to multiple recipients by adding user IDs as a hidden field.
By default, the contact form is only sent to the shop's primary user. You can add more recipients by inserting a hidden field in the form.
Here's how you do it
Add the following hidden field to your contact form in the theme:
<input type="hidden" name="recipients" value="5, 7, 2"/>
The numbers (5, 7, 2) are the IDs of the users who should receive emails from the contact form. These must be users associated with your company.
Tip: User IDs
You can find user IDs in admin under Users. Click on a user to see their ID in the URL.
Do you need help? Contact us at support@shoporama.dk.
Related articles
Create more users in your shop
Guide to creating multiple user logins for your Shoporama admin.
Subscriptions
Learn how to set up subscriptions in Shoporama so your customers can create recurring orders with automatic payment and delivery at set intervals.
Unsubscribe links in automatic emails
Give your customers the option to unsubscribe from automatic follow-up emails after purchases and product reviews - with a simple link in the email.