<label for="fullname" name="identity">Name, Surname</label><br/>
<input type="text" name="info" value="" />
Once user types inside it something, I want save that into variable. Later be able to use that elsewhere.
<input type="submit" value="send" onclick="myFunction()"/>
What function to create and what to do to to use this value?