Umbraco Forms and Vue apps
# help-with-umbraco
w
Does anyone use Umbraco Forms and vue components and have timing issues related to the
umbracoforms.min.js
file loading before/after the form is rendered and so the conditional and validation logic not working? We have a current implementation where we render our front-end using Vue components and use FormKit for our forms rendering, but still rely on the
umbracoforms.min.js
file for initialisation, conditional logic and validation. We load the
umbracoforms.min.js
file via a vue component to ensure the vue components are mounted and rendered before calling the js file, but this doesn't guarantee the file is loaded in time or in the correct order, particularly on throttled connections. Has anyone battled against this issue? Umbraco 13.something Umbraco Forms 13.4.0
5 Views