Hide customer information in multi plan checkout
Status: Closed · Asked by ubros975 on · 0 views
Embedding checkoout plan in my SaaS poduct. We have created customer already in pabbly. Looking to pass customer email via query string but in that case wanted to hide the customer info section on checkout to prevent user from changing the email. How to achieve that?
Hello there!
You can pass the customer ID in the query string so that the name and email field will be frozen and the customer cannot change the info.
Here is how you can do it - https://forum.pabbly.com/threads/prefill-fields-on-the-checkout-page-custom-and-normal-fields.6106/
Thank you.