2
My system does a target search before opening the registration form, in this search I take the Destinoid parameter and enter the input.
The problem is that when I click on save it fails to do Destinoid input value Submit.
This is the line that recovers the value passed in the parameter:<input type="number" maxlength="11" class="form-control" name="DestinoID" value="<?php echo $_GET['DestinoID']; ?>" disabled>
Someone can help me?
Alter
disabled
forreadonly
– MarceloBoni