Trying to embed a mailchimp signup email form in my website
-
Hi there,
I put the following HTML code in the CSS section (it’s a mailchimp email sign up form) and now my pictures are all various sizes. Can I somehow resize the images back to how they were originally? Also, the form didn’t work and would like to somehow get this up and running.
Thank you!
<!– Begin MailChimp Signup Form –>
<link href=”//cdn-images.mailchimp.com/embedcode/classic-10_7.css” rel=”stylesheet” type=”text/css”>
<style type=”text/css”>
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>Don’t miss a FREE event again. Sign-up for our enewsletter!
* indicates requiredEmail Address *</div> <!– real people should not fill this in and expect good things – do not remove this or risk form bot signups–>
</div>
</form>
</div>
//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]=’EMAIL’;ftypes[0]=’email’;fnames[1]=’FNAME’;ftypes[1]=’text’;fnames[2]=’LNAME’;ftypes[2]=’text’;fnames[3]=’BIRTHDAY’;ftypes[3]=’birthday’;}(jQuery));var $mcj = jQuery.noConflict(true);
<!–End mc_embed_signup–>The blog I need help with is: (visible only to logged in users)
-
All support docs are at https://en.support.wordpress.com/ where the search box is the most prominent feature on the page. Search for mail chimp https://en.support.wordpress.com/?s=mailchimp
Here is the link to the guide you must use for mailchimp https://en.support.wordpress.com/mailchimp -
@almurdoch, you cannot put HTML into the CSS section, only CSS, and CSS is a styling document used by browsers to position and style the elements of a web page. See the last link @timethief provided for information on adding signup to your site.
-
Jotform and Wufoo are your best bets for adding it to your sidebar (near the top of our Mailchimp support page).
- The topic ‘Trying to embed a mailchimp signup email form in my website’ is closed to new replies.