2
I’m making a simple shipping form. Basically: The user inserts the value to be downloaded, fills in the data and when clicking the confirm button, the result is displayed on the screen.
The problem is that I am unable to create this sending function, so that the code only runs when the user clicks to confirm. How to proceed?
Follows code:
<div class="form-group">
<label class="col-md-4 control-label" for="textinput">Valor do saque</label>
<div class="col-md-2">
<input id="textinput" name="textinput" value="" type="text" placeholder="R$ 00,00" class="form-control input-md" required="">
</div>
</div>
How are you sending? Where’s the send button?
– BrTkCa
Does this upload go to a server? Is this upload computed by javascript? Can this upload be canceled? Please explain your problem better so we can help you
– fernandosavio