My system does a destination search before opening the registration form, in this search I get the DestinationID parameter and I enter the input.
TheproblemisthatwhenIclicksaveitcannotsubmitthevalueoftheinputDestinationID.
Thisisthelinethatretrievesthevaluepassedintheparameter:<inputtype="number" maxlength="11" class="form-control" name="DestinoID" value="<?php echo $_GET['DestinoID']; ?>" disabled>
Can anyone help me?