Hello, is it possible to update a <input type="text"> when you tick a <input type="radio" name="1" value="10.00"> ?
Basicly I will have a bunch of radios and when you tick it, it shoud update the input with the value of that radio that the user ticked. Thanks in advance.