my favorite thing to do is go to small town websites and look at the page source for their forms. 70% of the time they have inputs commented out to “disable” forms or just deprecated functionality.
I like to uncomment them and submit the forms just to fuck with them 🤣
I was applying to a job recently, and their online form had a “Upload your documents here” field. Problem was, the input was set to only accept a single file. Well, I wanted to upload two, so I just went into the html and added “multiple” to the input. Which just worked, I even checked the network tab to confirm that both files were submitted.
Haven’t heard back from that company yet. It was a web dev position so I hope they appreciate my hijinks 🤞
my favorite thing to do is go to small town websites and look at the page source for their forms. 70% of the time they have inputs commented out to “disable” forms or just deprecated functionality.
I like to uncomment them and submit the forms just to fuck with them 🤣
I was applying to a job recently, and their online form had a “Upload your documents here” field. Problem was, the input was set to only accept a single file. Well, I wanted to upload two, so I just went into the html and added “multiple” to the input. Which just worked, I even checked the network tab to confirm that both files were submitted.
Haven’t heard back from that company yet. It was a web dev position so I hope they appreciate my hijinks 🤞