hello!
I need a way to exctract the value of a filed in a form - the form is submitting some values, among one called “name” (text)
I have a link outisde the form that i want to go to a page like go.php?name = value where value is the text typed in the form’s “name” textfield.
Can this be done?
Thanks!