Data entry not related to Wix Forms Apps

Any recommendations regarding use (or not) of NPM/package to create extensive forms in Wix for data entry not related to Wix Forms apps?

Using Wix Editor, managing form validation and related messaging is very cumbersome using just the Form Elements in Velo and the Wix Bulk Validation package.

I’ve set up a small test form and for just a few input elements there is a great deal of code (after setting the validation in each element) to create error message text elements for each input, check the Bulk Validation object for the validation message for each input, set up onChange() logic for each input to manage the messaging display (hide/show) and then on-submit logic for the form – before ever getting to final backend processing of the validated input content.

So, I’m seeking advice about using a forms package that streamlines all this routine form creation and data validation. Or is it best just to build out all the page code for these input and update forms because (?) such packages are too limiting or other problems. (I just see one approved NPM [“forms”–MIT] in Wix Editor.)

Thanks!

I built a Custom Form from Scratch Using Velo for a Private Jet Company.
Feel Free To check it out on https://swissluxuryservices.ch/

Design Credits: SeeDesine

Do Let me know if you’re in need of any assistance…

Thanks, Priyraj. I can build the forms with Velo. My question is about the practical utility of any NPM forms packages when building numerous extensive input and update forms.