echo getGuestNachname($gast_id, $link);
    ?>
" class="form-control"
                               >
                    </div>
                </div>
                <div class="form-group">
                    <label for="strasse"
                           class="col-sm-2 control-label"><?php 
    echo getUebersetzung("Straße/Hausnummer", $sprache, $link);
    ?>
</label>
                    <div class="col-sm-4">
                        <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);
    ?>
"
                            </div>
                        </div>
                        <div class="form-group">
                            <div class="col-sm-4">
                                <label class="control-label">
                                    <?php 
                echo getUebersetzung("Straße/Hausnummer", $sprache, $link);
                ?>
*
                                </label>
                            </div>
                            <div class="col-sm-4">
                                <input name="strasse" type="text" id="strasse2" class="form-control"
                                       required="required" <?php 
                if (!empty($gast_id)) {
                    echo "value=\"" . getGuestStrasse($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">