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.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024