<input name="strasse" type="text" id="strasse" readonly="readonly" value="<?php echo getGuestStrasse($gast_id, $link); ?> " class="form-control"> </div> </div> <div class="form-group"> <label for="plz" class="col-sm-2 control-label"><?php echo getUebersetzung("PLZ", $sprache, $link); ?> </label> <div class="col-sm-4"> <input name="plz" type="text" id="plz" value="<?php echo getGuestPLZ($gast_id, $link); ?> " readonly="readonly" class="form-control"> </div> </div> <div class="form-group"> <label for="ort" class="col-sm-2 control-label"><?php echo getUebersetzung("Ort", $sprache, $link); ?> </label> <div class="col-sm-4"> <input name="ort" type="text" id="ort" value="<?php echo getGuestOrt($gast_id, $link);
</div> </div> <div class="form-group"> <div class="col-sm-4"> <label class="control-label"> <?php echo getUebersetzung("Postleitzahl", $sprache, $link); ?> * </label> </div> <div class="col-sm-4"> <input name="plz" type="text" id="plz2" class="form-control" required="required" <?php if (!empty($gast_id)) { echo "value=\"" . getGuestPLZ($gast_id, $link) . "\""; } ?> > </div> </div> <div class="form-group"> <div class="col-sm-4"> <label class="control-label"> <?php echo getUebersetzung("Ort", $sprache, $link); ?> * </label> </div> <div class="col-sm-4">