Disabled Form Elements being Re-Enabled

I have a text input field in my form that is disabled when the page loads but when other fields are filled in, the desired disabled field suddenly re-enables.

Is there a reason this is happening?

Not unless you have code on your page that enables it after something else happens.

Are you able to access my editor and tell me what I’m doing wrong?

Nope, only Wix personnel can do that themselves.

You can paste up the full url of your Wix Editor and if any Wix Mod reads your post then they can access your Editor.

Otherwise you can simply paste up your code and show pics of any errors etc that you are having.

do you know anything about limiting form submissions by plans? Does this sound like a smart way of going at it?

before insert:
query
count to see how many submissions
if submission over limit, no data saved to the collection

after insert
count
+1 to number of submissions