#florey
1 messages · Page 1 of 1 (latest)
Hi there! Pasting your other message below:
Is there a way to bundle the webcomponent with my app instead of loading the js script that provides the component?
Do you have a link where I can reproduce the issue?
Let me see if I can publish the broken version 😉
You'll have to login to the app here: https://formsey.com/edit/
A new approach to create responsive forms
I hope you have some kind of test account to login?
When being logged in click on the cc icon in the lower left corner, this will open the pricing popup
you can then click on cancel and on the icon once again
this will then reproduce the error
Is there a way to access the payment page without a login?
Also can you share the code you used to display the pricing table?
I'll try to deploy a version that will allow you to open the popup without login
I've just copied the code from the dashboard and moved the script tag to the enclosing page
so my component renders like this:
return html <stripe-pricing-table pricing-table-id="prxxxxx" publishable-key="pk_test_xxxxx"> </stripe-pricing-table>
ok, it should be ready now (click on the broken cc icon at the bottom left)
A new approach to create responsive forms
Thanks a lot! Give me a few minutes to have a look.