Feedburner email subscription sidebar box [SOLVED]

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
andym01480
Posts: 3
Joined: Sun Jan 21, 2007 2:16 pm

Feedburner email subscription sidebar box [SOLVED]

Post by andym01480 »

I want to have this simple form so people can email subscribe to my new blog.

Code: Select all

<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post" target="popupwindow" onsubmit="window.open('http://www.feedburner.com', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><p>Enter your email address:</p><p><input type="text" style="width:140px" name="email"/></p><input type="hidden" value="http://feeds.feedburner.com/~e?ffid=659428" name="url"/><input type="hidden" value="Andy Moyle's Church Planting Adventures" name="title"/><input type="submit" value="Subscribe" /><p>Delivered by <a href="http://www.feedburner.com/" target="_blank">FeedBurner</a></p></form>
How do I get that into a sidebar plug-in (if that is what is needed).
I'm not good enough at php yet to do it!
Last edited by andym01480 on Sun Jan 21, 2007 9:19 pm, edited 1 time in total.
stm999999999
Regular
Posts: 1531
Joined: Tue Mar 07, 2006 11:25 pm
Location: Berlin, Germany
Contact:

Post by stm999999999 »

try to put it in a html-nugget?
Ciao, Stephan
andym01480
Posts: 3
Joined: Sun Jan 21, 2007 2:16 pm

Post by andym01480 »

Thanks. That was simple!
Post Reply