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.
Frequently asked questions
Where do I find my user IDs?
Go to Account → Company → Users, click on the desired user and look in the URL. The ID is listed as the number at the end.
Can I send to a non-user email?
No, you can't. The recipients must be users associated with your company. This prevents the form from being misused for spam. If necessary, create an extra company user for this purpose.
What happens if I don't add the recipients field?
Shoporama will send the form to the shop's primary user. This is the default behavior.
Can the recipients respond directly to the request?
Yes, they can. The email is sent with Reply-To set to the sender's email, so the recipient can just press Reply in their email program.
Does it also work for forms other than the contact form?
Yes, it does. All forms sent via the built-in form mail flow support the field as long as you add the hidden input.
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.