I suggest you install POSTMAN, it's Chrome extension, it allows you to capture packets that get sent or recieved by/to the server you're targeting. Usually the form requests are made with a POST request, when you capture the network source, you'll see how the formdata is filled, then you go from...