Ordnerstruktur verbessert
This commit is contained in:
69
src/components/startseite/Forms.vue
Normal file
69
src/components/startseite/Forms.vue
Normal file
@@ -0,0 +1,69 @@
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<section id="anmeldeformular">
|
||||
|
||||
<section class="form5 cid-u6k7q0BfGa">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-12 content-head">
|
||||
<div class="mbr-section-head mb-5">
|
||||
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
||||
<strong>Überschrift</strong>
|
||||
</h3><br>
|
||||
<h5 style="text-align: center;"><b></b> <br>
|
||||
Inhalt</h5><br>
|
||||
if public
|
||||
|
||||
|
||||
<div class="modal-container">
|
||||
<div class="modal">
|
||||
|
||||
<div class="modal-content">
|
||||
<span class="closeBtn" style="cursor: pointer;">x</span>
|
||||
<h1>Modal-Überschrift</h1>
|
||||
Ergebnisse
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<br><br>
|
||||
</div>
|
||||
else
|
||||
<p style="text-align: center;">Minitext<br><br>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8 mx-auto mbr-form" data-form-type="formoid">
|
||||
<form action="formularergebnisse-eintragen.php" method="POST" class="mbr-form form-with-styler"
|
||||
data-form-title="Form Name" onsubmit="return false;"><input type="hidden" name="email"
|
||||
data-form-email="true" value="">
|
||||
<div class="dragArea row">
|
||||
<div class="col-md col-sm-12 form-group mb-3" data-for="name">
|
||||
<input type="text" maxlength="128" name="name" placeholder="Label1"
|
||||
data-form-field="name" class="form-control" value="" id="name-form02-0">
|
||||
</div>
|
||||
|
||||
<div class="col-12 form-group mb-3" data-for="textarea">
|
||||
<input type="text" name="textarea" maxlength="128" placeholder="Label2"
|
||||
data-form-field="textarea" class="form-control" id="textarea-form02-0">
|
||||
</div>
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 align-center mbr-section-btn">
|
||||
<button type="submit" class="btn btn-primary display-7 formular-submit-button">Absenden</button>
|
||||
</div>
|
||||
</div>
|
||||
<input type="hidden" value="<?php echo $id; ?>" name="id">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</template>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user