Store form structure in DB

This commit is contained in:
2020-05-06 05:42:55 +01:00
parent 2df5bf144d
commit 8d79345095
3 changed files with 57 additions and 3 deletions

View File

@@ -23,7 +23,10 @@
@csrf
<fieldset id="buildyourform">
<legend>Form Builder</legend>
<legend class="text-center">Form Builder</legend>
<input type="text" name="formName" class="form-control mb-5" placeholder="Name your form..." required>
</fieldset>
</form>