Quote Originally Posted by Redstar View Post
https://www.xspeeds.eu/signup.php?

click/accept the user agreement : i have read and agree to the user agreement

after you accept you will be ''transported'' to the next page https://www.xspeeds.eu/signup.php?agree=yes&invitehash= were you have to complete the fields with ur name/pass/mail/secret question...etc and after you are finished push the Sign Up button

i use google chrome and worked perfectly

try to complete all the blank fields.
Thanks for the help, I did exactly that, and nothing happens after pressing the signup button (after all form fields are filled out). I checked the network tab in firebug and no new request is sent, also the JS console shows no error at the moment when the button is pressed. Even tried getting the form element like:

var form = document.getElementById("form"); //strangely the id of the form is form
form.submit(); //throws an error

I say, something is definitely wrong with it.