#strakzz
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- strakzz, 1 day ago, 5 messages
Hello there. Can you share your code? The expectation is that you've have an event handler/button that triggers confirmPayment as demonstrated here: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
That is the screen shot of Stripe Documentation Web. Here is the Correct Screen Shot of My Payment Page's Payment Element.
And Here is the Code
Where's the related HTML?
Are there any errors in your browser console when you submit?
No Sir, The payment is Submit when I click on the "Download My QR Code " Button
Ok, but the issue is you want to to submit when you press enter right? And that doesn't work?
when a user press enter key, the payment should submit
Can you please share your HTML code?
Just the HTML please – specifically your #payment-form element. The snippet is too large for me to expand
yes
I think you just need to add type="submit" to your <button> element
Oh Good It's Worked 🤩 . Thank you so much