I think some functions could be simpler to apply. For example, for a form I was developing on the Elfsight platform, I needed a text area to have a limited amount of characters. I know that on your platform there is no way to do this using the maxlength attribute of the textarea tag, but this would certainly be the easiest and quickest way for me to do it. I managed to do it, but I needed to run a small javascript script to solve this problem. In my opinion, it would be interesting if it were simple for someone without javascript knowledge to be able to do this without much difficulty.
Another thing I needed to do with javascript was to remove an attribute from a file input tag. I needed to remove the ‘multiple’ attribute because I wanted only one file to be sent via that field in the form.
If there was a way for users to add attributes to some tags themselves, that would be great.