Added contact

This commit is contained in:
Timon Ostertun
2020-09-27 00:53:53 +02:00
parent 967ad50755
commit eddcff9e39
3 changed files with 80 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<div class="input-style input-style-2 input-required $$css-class;">
<span class="color-highlight">$$placeholder;</span>
<textarea id="$$html-id;" class="form-control" placeholder="$$placeholder;">$$value;</textarea>
<textarea id="$$html-id;" class="form-control pt-3 pb-3" placeholder="$$placeholder;" style="height: 10em; line-height: 1.5em;">$$value;</textarea>
</div>