Created
April 13, 2017 05:08
-
-
Save jaworowicz/699037d545edd8aff2b0b14773ec4478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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