how to accept value from input box using radio button code example
Example: radio input value
<input type="radio" name="test" id="test" value="this is the value">
<input type="radio" name="test" id="test" value="this is the value">