I don’t know if this out side the scope of Support, but I might as well ask. I’m using Mailchimp embedded short code with the Newsletter/Subscribe Bar. So far so good, but I want to have the UX pattern of having the input fields replaced with the jquery standard “thank you and check your inbox” after they’ve subscribed. I see that Mailchip provides a line of Javascript which provides at least the message portion. That’s fine for now. However It places the message at the bottom of the inputs and it’s not visible in your bar.
I put the JS line in the short code area of the newletter bar. I tried putting it in the custom JS area, but that didn’t work. If you have any recomended resource I can look at, that’s great. I’m experienced (as I’m actually a .NET developer) yet cautious, as I know themes and WordPress aren’t like building things from scratch. . If it’s a matter of some simple CSS modification, that’s fine too.
I’m providing the Mailchip code, and feel free to submit emails to my list: It’s a dummy one for testing which i’ll delete anything you submit right away.
*Mail chimp JS*
<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[1]=’FNAME’;ftypes[1]=’text’;fnames[2]=’LNAME’;ftypes[2]=’text’;}(jQuery));var $mcj = jQuery.noConflict(true);</script>