How to Load a URL? HELP

I`ve just set up a link to a google drive form that when accessed submits a new value to a table

https://docs.google.com/forms/d/1KwZiFbQtPpPdYsASktxKMPb_4gwqXluMU5d5IocgDH4/formResponse?ifq&entry.431028025=HELLOWORLD&submit=Submit

When its accessed I can see in a table on my google drive what’s in capital letters, in this case HELLOWORLD, but it`s not working. I tried to use the class WWW, but didn’t solve my problem

the form can be manual filled with the link below
linkbelow
https://docs.google.com/forms/d/1KwZiFbQtPpPdYsASktxKMPb_4gwqXluMU5d5IocgDH4/viewform

If it work, will provide for any user to have a kind of particular server for making statistics for the Game… In my case I will implement this code to know how many times my game is played or the times the player looses in a level… etc…

How it’s show to the administrator

https://docs.google.com/spreadsheet/ccc?key=0AvdVUMwvp-BPdGpJdTJacEZFUUQwVDRrNXRzYmhocXc#gid=0

Application.OpenURL(“YourURL”);

I just did this in Unity, and it works fine (look at your table, it’s updated with my info):

		WWW www = new WWW("https://docs.google.com/forms/d/1KwZiFbQtPpPdYsASktxKMPb_4gwqXluMU5d5IocgDH4/formResponse?ifq&entry.431028025=test&submit=Submit");