There are several input
<input type="number" class="amount_int" name="amount" value=""/> <input type="radio" class='radio-button' name="amount" value="1.00" id="sem3"> <input type="radio" class='radio-button' name="amount" value="5.00" id="sem"> <input type="radio" class='radio-button' name="amount" value="10.00" id="sem2"> The fact is that for the correct work of the paper, there must be one input with name = "amount", so you need an additional input called the amount, but how can you transfer the value to it?