Trouble Integrating Signup Forms from Fanbridge.com
Permalink
Trying to integrate signup forms from Fanbridge.com and each of them are squirrelly. Not sure if somethings wrong with their code or Concrete5's. They offer a flash one, which looks better of course, and an ugly html one that should at least work everywhere.
Here's the flash one:
And here's the ugly one...I mean the html one:
I'm a musician who knows just enough to cause trouble, and I greatly appreciate any help! Thanks!
JR
Here's the flash one:
<table width="200" border="0" cellspacing="0" cellpadding="0" style="border-collapse:collapse"> <tr> <td><img src="http://img01.fanbridge.com/images/widget/small/jointhemailingist_white.png" width="200" height="30" /></td> </tr> <tr> <td><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="200" height="32" id="WidgetMail" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="http://widget.fanbridge.com/widget_small.swf" /> <param name="quality" value="high" /> <param name="flashvars" value="wid=small-4d8350357d723-sw&list_id=147620" /><embed src="http://widget.fanbridge.com/widget_small.swf" flashvars="wid=small-4d8350357d723-sw&list_id=147620" quality="high" width="200" height="32" name="WidgetMail" align="middle" swLiveConnect="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></td> </tr> <tr> <td><a href="http://www.fanbridge.com/b.php?id=147620&loc=learn/" target="_blank"><img src="http://img01.fanbridge.com/images/widget/small/poweredbyFB_white.png" width="200" height="15" border="0" /></a></td> </tr> </table>
And here's the ugly one...I mean the html one:
<form action="http://www.fanbridge.com/signup/fansignup_form.php?userid=147620" method="post"> <table border="1" cellspacing="0" cellpadding="5"> <tr> <td colspan="2"><div align="center"> <p><strong>Signup for our Mailing List</strong></p> <p><span style="color: #FF0000">*</span> required </p> </div></td> </tr> <tr> <td valign="top"><div align="right">Email <font color="#FF0000">*</font>:</div></td> <td valign="top"><input name="email" type="text" id="email"></td> </tr> <tr> <td> </td> <td><input type="submit" name="Submit" value="Add me to the mailing list" /></td>
Viewing 15 lines of 21 lines. View entire code block.
I'm a musician who knows just enough to cause trouble, and I greatly appreciate any help! Thanks!
JR