Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created April 13, 2017 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaworowicz/699037d545edd8aff2b0b14773ec4478 to your computer and use it in GitHub Desktop.
Save jaworowicz/699037d545edd8aff2b0b14773ec4478 to your computer and use it in GitHub Desktop.
<!-- Instrukcja http://jaworowi.cz/?p=4444 -->
<div id="jcz_rwd_2col_form" class="clearfix">
<div class="jcz_rwd_cf7_row">
<div class="jcz_rwd_cf7_col">Imię [text* first-name]</div>
<div class="jcz_rwd_cf7_col">Nazwisko [text* last-name]</div>
</div>
<div class="jcz_rwd_cf7_row">
<div class="jcz_rwd_cf7_col">E-mail [email* your-email]</div>
<div class="jcz_rwd_cf7_col">Telefon [text* your-phone]</div>
</div>
<div class="jcz_rwd_cf7_row">
<div class="jcz_rwd_cf7_full">Wiadomość [textarea your-message]</div>
</div>
<div class="jcz_rwd_cf7_row">
<div class="jcz_rwd_cf7_full">[submit "Wyślij"]</div>
</div>
</div>
<!-- Kod CSS na http://jaworowi.cz/?p=4444 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment