PluginProbe
GetResponse Forms by Optin Cat / 1.3.5
GetResponse Forms by Optin Cat v1.3.5
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / layouts / widget / layout_2 / layout.html

layout.html in GetResponse Forms by Optin Cat 1.3.5, at layouts/widget/layout_2/layout.html

33 lines 775 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <form>
2
3 {{#headline_copy}}
4 <h3 class="ribbon">
5 <span class="ribbon-content">
6 <span class="fca_eoi_layout_2_headline_copy_wrapper">{{{headline_copy}}}</span>
7 </span>
8 </h3>
9 {{/headline_copy}}
10
11 {{#description_copy}}
12 <div class="fca_eoi_layout_2_description_copy_wrapper">{{{description_copy}}}</div>
13 {{/description_copy}}
14
15 {{#show_name_field}}
16 <p class="fca_eoi_layout_2_name_field_wrapper">
17 <i class="fa fa-user"></i>{{{name_field}}}
18 </p>
19 {{/show_name_field}}
20
21 <p class="fca_eoi_layout_2_email_field_wrapper">
22 <i class="fa fa-envelope"></i>{{{email_field}}}
23 </p>
24
25 <p class="fca_eoi_layout_2_submit_button_wrapper">
26 {{{submit_button}}}
27 </p>
28 <p class="fca_eoi_layout_2_privacy_copy_wrapper">
29 {{{privacy_copy}}}
30 </p>
31 {{{fatcatapps_link}}}
32 </form>
33