When it comes to using Memberium for Infusionsoft, we’ve seen many users using Infusionsoft for their ecommerce needs. However, there are also other solutions like WooCommerce, ThriveCart, and such which should also work fine with Memberium.
If you’re using ThriveCart, then there’s an easy to autofill the name and email address in ThriveCart order form. Basically, when any logged-in user would click on this link then it would redirect the user to ThriveCart order form page with the first name, last name, and email autofilled. Let’s check out how it works.
Autofill Name and Email in ThriveCart
You’d first need to go to ThriveCart to grab your normal order form link.
To get the URL, go to the Products page, and then click on “Get URL” button to get the URL for that product. It would look something like this:
https://youraccount.thrivecart.com/your-product/
Now you’d just add the below code and add it to the end of this URL:
?passthrough[customer_firstname]=[memb_contact fields=FirstName]&passthrough[customer_lastname]=[memb_contact fields=LastName]&passthrough[customer_email]=[memb_contact fields=Email]
So your entire URL would look like this:
https://youraccount.thrivecart.com/your-product/?passthrough[customer_firstname]=[memb_contact fields=FirstName]&passthrough[customer_lastname]=[memb_contact fields=LastName]&passthrough[customer_email]=[memb_contact fields=Email]
That’s all you need to do.
If your user/customer is logged in to your membership site and then clicks on this link, then it would redirect the user to that particular order form page in ThriveCart and it would also have the first name, last name and email auto-filled.
Hope you’ve found this article useful. If you need help with this or if you have any questions related to Memberium, then you can always contact us at Memberium support.