Skip to content

Instantly share code, notes, and snippets.

@VencaV
Created June 25, 2018 16:57
Show Gist options
  • Save VencaV/23890f191c0a38d396f9ee3ab7e43f96 to your computer and use it in GitHub Desktop.
Save VencaV/23890f191c0a38d396f9ee3ab7e43f96 to your computer and use it in GitHub Desktop.
WP contact form - https://contactform7.com/
<div class="card bg-light contact-form-wrapper"><div class="card-body"><div class="form-group"><label class="control-label" for="contactFormName">Vaše jméno<i class="required">*</i></label>[text* your-name id:contactFormName class:form-control]</div><div class="form-group"><label class="control-label" for="contactFormEmail">Váš e-mail<i class="required">*</i></label>[email* your-email id:contactFormEmail class:form-control]</div><div class="form-group"><label class="control-label" for="contactFormMessage">Vaše zpráva</label>[textarea your-message id:contactFormMessage class:form-control]</div><p>Vložením e-mailu souhlasíte s <a href="https://www.shoptet.cz/podminky-ochrany-osobnich-udaju/" target="_blank">podmínkami ochrany osobních údajů</a></p><div>[submit class:btn class:btn-primary "Odeslat"]</div></div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment