Got emails working, added some form fields, added pdf generation, some refactoring

This commit is contained in:
msinkec
2021-02-19 19:03:01 +01:00
parent 6174cf1c3e
commit 36dbe487ed
9 changed files with 483 additions and 59 deletions

View File

@@ -8,7 +8,7 @@
{{ dropzone.style('position: absolute;
top: -0.5px;
width: 388px;
height: 532px;
height: 632px;
left: 385px;
background: linear-gradient(198.62deg, rgba(255, 255, 255, 0.49) -1.62%, rgba(255, 255, 255, 0.73) -1.61%, rgba(255, 255, 255, 0.41) 79.34%);
box-shadow: 20px 4px 40px rgba(0, 0, 0, 0.25);
@@ -43,6 +43,12 @@
<label for="podjetje">Podjetje / institucija:</label>
<input type="text" id="podjetje" name="podjetje"/>
<label for="naslov">Naslov:</label>
<input type="text" id="naslov" name="naslov"/>
<label for="posta">Pošta:</label>
<input type="text" id="posta" name="posta"/>
<label for="email">* Email:</label>
<input type="text" id="email" name="email" required="required"/>