Hi,
My group is closed to the public but I still want potential members to ask to join.? In Yahoo there was a slick formula that I would place on any Web page
and all someone would have to do is type their E-mail address and click send or join and the list owner would receive the request to join.
Do we have such a formula?? Here's my old one.
<form method=GET action="http://groups.yahoo.com/subscribe/Clocksmiths">
? ? ? ? ? ? ? <table cellspacing=0 cellpadding=2 border=0 bgcolor=#FFFFCC>
? ? ? ? ? ? ? ? <tr>
? ? ? ? ? ? ? ? ? <td colspan=2 align=center>
? ? ? ? ? ? ? ? ? ? <b>Subscribe to Clocksmiths</b>
? ? ? ? ? ? ? ? ? </td>
? ? ? ? ? ? ? ? </tr>
? ? ? ? ? ? ? ? <tr>
? ? ? ? ? ? ? ? ? <td>
? ? ? ? ? ? ? ? ? ? <input type=text name="user" value="enter email address" size=20>
? ? ? ? ? ? ? ? ? </td>
? ? ? ? ? ? ? ? ? <td>
? ? ? ? ? ? ? ? ? ? <input type=image border=0 alt="Click here to join Clocksmiths"
? ? ? ? ? ? ? ? ? ? ?name="Click here to join Clocksmiths "src="http://groups.yahoo.com/img/ui/join.gif">
? ? ? ? ? ? ? ? ? </td>
? ? ? ? ? ? ? ? </tr>
? ? ? ? ? ? ? ? <tr align="center">
? ? ? ? ? ? ? ? ? <td colspan="2">
? ? ? ? ? ? ? ? ? ? Powered by
? ? ? ? ? ? ? ? ? ? <a href="http://groups.yahoo.com/">groups.yahoo.com</a>
? ? ? ? ? ? ? ? ? ?</td>
? ? ? ? ? ? ? ? </tr>
? ? ? ? ? ? ? </table>
? ? ? ? ? ? ? </form>