#jmak
1 messages · Page 1 of 1 (latest)
Which information specifically you want to prefill?
the user email, since they are logged in via email
Um I looked but yeah seems that's something we haven't supported yet. I will forward your feedback!
so it cant be prefilled?
Unfortunately yes, at this time
Hmm, I see. Is there a note I can use on the checkout screen then to tell them to use the same email they signed up with?
The PricingTable Screen
Let's just put on a separated div than the div you are embedding the Pricing Table
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1MjUR4B9t5l6pstBtkVhnZfS"
publishable-key="pk_test_51MXCJfB9t5l6pstBpaApCgoQqMhmgoFHFJiNfEhmuD8mZPi1tInHKn42pr8wT3eRI7R7aA0KElrUEbL2SAYC0Lpz00Idq97gke">
</stripe-pricing-table>
can the <stripe-pricing-table> so inside a div? I was hoping to just have it directly on the checkout page when they pay
Not sure but how about just putting a div beside it? like <div>Your notice</div> then <stripe-pricing-table>...</stripe-pricing-table>