Changeset 849772
- Timestamp:
- 02/02/2014 06:25:01 AM (12 years ago)
- Location:
- klaviyo
- Files:
-
- 1 edited
- 1 copied
-
tags/1.2/trunk/inc/kla-widgets.php (copied) (copied from klaviyo/trunk/inc/kla-widgets.php) (2 diffs)
-
trunk/inc/kla-widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
klaviyo/tags/1.2/trunk/inc/kla-widgets.php
r849600 r849772 33 33 } 34 34 35 echo '<form id="kla_embed_' . $this->id . '" class="klaviyo_ default_styling" action="http://manage.kmail-lists.com/subscriptions/subscribe" data-ajax-submit="http://manage.kmail-lists.com/ajax/subscriptions/subscribe" method="GET" target="_blank" novalidate="novalidate">' . "\n";35 echo '<form id="kla_embed_' . $this->id . '" class="klaviyo_wp_styling" action="http://manage.kmail-lists.com/subscriptions/subscribe" data-ajax-submit="http://manage.kmail-lists.com/ajax/subscriptions/subscribe" method="GET" target="_blank" novalidate="novalidate">' . "\n"; 36 36 echo ' <input type="hidden" name="g" value="' . $list_id . '">' . "\n"; 37 37 … … 42 42 echo ' <div class="klaviyo_field_group">' . "\n"; 43 43 echo ' <label for="kla_email_' . $this->id . '" style="display:none;">' . $title .'</label>' . "\n"; 44 echo ' <input type=" email" value="" name="email" id="kla_email_' . $this->id . '" placeholder="Your email" />' . "\n";44 echo ' <input type="text" value="" name="email" id="kla_email_' . $this->id . '" placeholder="Your email" />' . "\n"; 45 45 echo ' </div>' . "\n"; 46 46 echo ' <div class="klaviyo_messages">' . "\n"; -
klaviyo/trunk/inc/kla-widgets.php
r849600 r849772 33 33 } 34 34 35 echo '<form id="kla_embed_' . $this->id . '" class="klaviyo_ default_styling" action="http://manage.kmail-lists.com/subscriptions/subscribe" data-ajax-submit="http://manage.kmail-lists.com/ajax/subscriptions/subscribe" method="GET" target="_blank" novalidate="novalidate">' . "\n";35 echo '<form id="kla_embed_' . $this->id . '" class="klaviyo_wp_styling" action="http://manage.kmail-lists.com/subscriptions/subscribe" data-ajax-submit="http://manage.kmail-lists.com/ajax/subscriptions/subscribe" method="GET" target="_blank" novalidate="novalidate">' . "\n"; 36 36 echo ' <input type="hidden" name="g" value="' . $list_id . '">' . "\n"; 37 37 … … 42 42 echo ' <div class="klaviyo_field_group">' . "\n"; 43 43 echo ' <label for="kla_email_' . $this->id . '" style="display:none;">' . $title .'</label>' . "\n"; 44 echo ' <input type=" email" value="" name="email" id="kla_email_' . $this->id . '" placeholder="Your email" />' . "\n";44 echo ' <input type="text" value="" name="email" id="kla_email_' . $this->id . '" placeholder="Your email" />' . "\n"; 45 45 echo ' </div>' . "\n"; 46 46 echo ' <div class="klaviyo_messages">' . "\n";
Note: See TracChangeset
for help on using the changeset viewer.