Skip to content

Instantly share code, notes, and snippets.

@fatihtoprak
Created August 30, 2021 13:49
Show Gist options
  • Save fatihtoprak/329cfa1d74437f40cd06cd75419f59fc to your computer and use it in GitHub Desktop.
Save fatihtoprak/329cfa1d74437f40cd06cd75419f59fc to your computer and use it in GitHub Desktop.
<div class="row">
<div class="col-md-4">
[text* your-name class:form-control placeholder "Adınız, Soyadınız (Zorunlu)"]
</div>
<div class="col-md-4">
[email* your-email class:form-control placeholder "E-Posta (Zorunlu)"]
</div>
<div class="col-md-4">
[text your-subject class:form-control placeholder "Konu"]
</div>
</div> <!-- end of .row -->
<hr />
<div class="row">
<div class="col-md-12">
[textarea* your-message class:form-control placeholder "Mesajınız (Zorunlu)"]
</div>
</div>
<hr />
<div class="row">
<div class="col-sm-12">
[submit class:btn-block class:btn class:btn-demillus class:btn-lg "Mesajımı Gönder" ]
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment