Skip to content

Commit

Permalink
mailchimp signup
Browse files Browse the repository at this point in the history
first attempt at adding mailchimp signup form using <iframe> to preserve style
  • Loading branch information
happle-happle authored Aug 7, 2023
1 parent c498d9f commit bcd66ab
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<img src="/WEB-READY_A_C_LogoBanner1.gif" border="0" style="width:100%;">
</div>
</div>
</head>

</head>
<body>
<div class="myIndent">
<p class="styleLg"><strong>Stay Tuned for more details on <em> LIVE! ART &amp;&amp; CODE</em> - Coming Fall 2023!</strong></p>
Expand Down Expand Up @@ -85,7 +85,28 @@
<a href="https://www.arts.gov/sites/default/files/Spring2023_DisciplineListReport_05.23.23.pdf"><img src="/2018-LogoBW-Horizontal.jpg" border="0" style="width:100%;">
</div>



<iframe>
<div id="mc_embed_shell">
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}
/* 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>
<div id="mc_embed_signup">
<form action="https://studioforcreativeinquiry.us13.list-manage.com/subscribe/post?u=319346c80105bf0342798bf81&amp;id=fa6d2fcac6&amp;f_id=00eae1e2f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div id="mc_embed_signup_scroll"><h2>Sign up Announcements about LIVE! Art&amp;&amp;Code including Artists, Workshops, and Co-Sponsors!</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group"><label for="mce-EMAIL">Email <span class="asterisk">*</span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value=""></div>
<div hidden=""><input type="hidden" name="tags" value="6665237,6950702"></div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div><div aria-hidden="true" style="position: absolute; left: -5000px;"><input type="text" name="b_319346c80105bf0342798bf81_fa6d2fcac6" tabindex="-1" value=""></div><div class="clear"><input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe"></div>
</div>
</form>
</div>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[11]='MMERGE11';ftypes[11]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script></div>
</iframe>

</body></html>

0 comments on commit bcd66ab

Please sign in to comment.