[Feature Request] Ability 'docuseal-form' being customized from outside #695
afomchenkov
started this conversation in
General
Replies: 1 comment 5 replies
|
@afomchenkov there are no easy ways to customize inner DOM of the embedded form since Vue uses virtual DOM and manipulating Vue-rendered DOM can break embedding |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Context
Vue.js application, using '@docuseal/vue' wrapper, DocusealForm, to render the submission embedding.
It appears that the wrapper creates a Web Component
docuseal-form(the same approach for other libs/frameworks), it's possible to pass as a param custom CSS viadata-custom-css, but there is no proper open way to add custom DOM elements inside the form. The WebComponent creates a shadow root (open), so technically it possible to do something like:But this does not seem to be the best choice/idea.
Please recommend any way to customize the submission form inner part if I'm missing something.
Thank you.
All reactions