Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi all,
We are using Shopify to sell webinar registrations. Our clients are oftentimes corporations that want to purchase a registration for multiple staff members, and we need to be able to capture information about each staff member that will be attending the webinar as part of the checkout process. So, if the person purchases 6 webinar "tickets," we need to have a form of some kind that requires them to enter 6 names and email addresses (the closest example I can think of would be when you buy airline tickets, you have to enter passenger information for each ticket purchased).
Does anyone have thoughts about how to accomplish this with Shopify?
Many thanks in advance!
That would be very interesting for me as well. Can anyone help here?
Hey @Evan2308 . As I understand two custom fields (name, email) for a "ticket" product form will resolve the problem.
If it is true, then you need to add two "properties" to the product form, that will look like this:
<p class="line-item-property__field">
<label for="name">Name</label>
<input required class="required" id="name" type="text" name="properties[Name]">
</p>
<p class="line-item-property__field">
<label for="e-mail">E-mail</label>
<input required class="required" id="e-mail" type="text" name="properties[E-mail]">
</p>
If you add this code within your product form — there will be two additional fields for email and name, and you will see them at the checkout.
If you don't know where to put this code — share the URL of the website, I'll tell you the exact file.
Did you ever find a solution to this problem? I realize its an old post, be we are having the same challenge.
No...we ended up using a different platform to collect registrations. Good luck. If you are successful, I'd love to know the solution you found.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025