Aweber Forms Using a Text Widget
Hey there,
I hope someone can point me in the right direction. I am having some bit of difficulty adding an Aweber form to a text widget on my sidebar. I have tried a few things with no real luck.
first I tried to use the Aweber official plugin, but it seems to be somewhat broken. not all of the options are available to actually pull the form on to the page. At any rate, I went back to what i usually do: install the form script in a text widget.
So, second, I moved a text widget to my side bar, copied the script from Aweber and pasted it into the widget. Click save and when I view the webpage, the form DOES appear, however, its not in the sidebar. It drops all the way down to the bottom of the website, BELOW the footers of my web page.
I tested the script on a couple of different themes including thesis and genesis and all the those themes display the form in the proper position. This seems to only be related to the Everest Pro theme that I am using.
So, I MUST be overlooking something here obviously and I am hoping someone here can point me in the right direction.
For reference the js that I am using for the text widget is as follows:
<div class="AW-Form-1379976796"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "http://forms.aweber.com/form/96/1379976796.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "aweber-wjs-2bhvmzz4g"));
</script>
Thanks for any guidance you have!