Fix stripe on d8 webforms
Stripe on d8 webform ends up with paymentintent ID missing error. If debugging is enabled, the console displays an error message "No submit button found!" evethough submit button exist on the webform.
This PR fixes the loading of submit button and also fixes the payment error. The webform is submitted and payment is processed correctly.