Form Builder Improvements

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.

2 Likes

Hi @Klayton, thanks a lot for this comment!

I agree, there are definitely some great features worth implementing, and we really appreciate you sharing your feedback and ideas :blush:

Although we now don’t have ready-made solutions, you can upvote another request for An option to set character length to get notifications.

I’ve also created a new feature request on your behalf: Ability to restrict a number of attachments a user can upload

By the way, we have a Pro Tips category where you’re most welcome to share your workarounds — I’m sure it might come in handy for other users :blush:

3 Likes

Thank you for the feedback, @Helga :blush:

1 Like