hi again, issue is that on a multipage form, the stripe object can not autofocus on the card element field unless it is on the first page. is there a way to make the stripe object load only when its page is loaded so that it can successfully autofocus?
relevant code from quform stripe instruction:
var card = elements.create('card', {style: style});
card.mount($cardElement[0]);
adding post mount autofocus per stripe docs, works only if stripe is the first page of the form: