html AND forms help
-
I am trying to add the following html form on my page but it is not working:
<form method=”get”
action=”http://sports.groups.yahoo.com/subscribe/ChicagoStarsFieldHockey”>
<tr>
<td colspan=”2″ align=”center”>
Subscribe to ChicagoStarsFieldHockey
</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 ChicagoStarsFieldHockey”
name=”Click here to join ChicagoStarsFieldHockey”
src=”http://us.i1.yimg.com/us.yimg.com/i/yg/img/i/us/ui/join.gif”>
</td>
</tr>
<tr align=”center”>
<td colspan=”2″>
Powered by sports.groups.yahoo.com
</td>
</tr>
</table>
</form> -
Forms are not allowed in WordPress.com blogs, so they get stripped out. Instead, you’ll just need to provide a direct link to the group and let people sign up that way.
- The topic ‘html AND forms help’ is closed to new replies.