Ideally you really shouldn't need to know what the form looks like, or even the text on the form. If you are making an account creator, you shouldn't be using a webbrowser (which is what it appears you are using). The webbrowser is highly inefficient, and much slower than using webrequests. Through webrequests, you can send exactly what you need through POST, and use cookies to stay logged in.