Plugin Directory

Changeset 849772


Ignore:
Timestamp:
02/02/2014 06:25:01 AM (12 years ago)
Author:
bialecki
Message:

Changing class on widget slightly.

Location:
klaviyo
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • klaviyo/tags/1.2/trunk/inc/kla-widgets.php

    r849600 r849772  
    3333        }
    3434
    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";
    3636        echo '  <input type="hidden" name="g" value="' . $list_id . '">' . "\n";
    3737
     
    4242        echo '  <div class="klaviyo_field_group">' . "\n";
    4343        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";
    4545        echo '  </div>' . "\n";
    4646        echo '  <div class="klaviyo_messages">' . "\n";
  • klaviyo/trunk/inc/kla-widgets.php

    r849600 r849772  
    3333        }
    3434
    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";
    3636        echo '  <input type="hidden" name="g" value="' . $list_id . '">' . "\n";
    3737
     
    4242        echo '  <div class="klaviyo_field_group">' . "\n";
    4343        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";
    4545        echo '  </div>' . "\n";
    4646        echo '  <div class="klaviyo_messages">' . "\n";
Note: See TracChangeset for help on using the changeset viewer.