Hey Plasmic Community!
Is there any way to affect the Plasmic state from the Embed HTML component?
Hey Plasmic Community!
Is there any way to affect the Plasmic state from the Embed HTML component?
not sure if it is applicable in plasmic case but you can communicate with the parent window from embedded html via iframe using zoid:
https://github.com/krakenjs/zoid
but there might be some plasmic way to do it which I don’t know
Hey @fateful_wren!
Unfortunately, this is not possible. Why do you need to do it? Could you please describe your use case?
We have a form. The form should be possible to submit only if the user was created during the previous step which is async. It means we need to disable the button until we call the endpoint which confirms all data is in place and the form can be submitted. After that, we enable submit form button on the UI.