View Full Version : Email Forms


Liz
01-12-2003, 04:18 PM
Ok on my clique I'm having problems with the email form, people are telling me it isn't working, but it works fine for me... the code is ;

<span style="width: 150; height: 10; font-size: 12px; font-family: trebuchet ms; color: :#0073DE; filter: blur(add = 1, direction = 100, strength = 5)"><b>Join</b></span>
<form method="post" enctype="text/plain" action='mailto:short_clique@hotmail.com'>
<input type="hidden" name="To" value="Joining">

<input type="text" name="question:" size="20" maxlength="100" value="&nbsp;&nbsp;Name"><br><br>

<input type="text" name="question:" size="20" maxlength="100" value="&nbsp;&nbsp;Age"><br><br>

<input type="text" name="question:" size="20" maxlength="100" value="&nbsp;&nbsp;Site URL"><br><br>

<input type="text" name="question:" size="20" maxlength="100" value="&nbsp;&nbsp;Height"><br><br>

<input type="text" name="question:" size="20" maxlength="100" value="&nbsp;&nbsp;Anything else?"><br><br>


<input type="submit" value="&nbsp;&nbsp;Join&nbsp;&nbsp;"><font color="#66B5FE">!</font><input type="reset" value="&nbsp;Reset&nbsp;"></form>

iwasneocoolbabe
01-12-2003, 04:26 PM
im not sure about this, but you could try and put the

action='mailto:short_clique@hotmail.com'

down by <input type="submit" value=" Join ">

Like this..

<input type="submit" value=" Join " action='mailto:short_clique@hotmail.com'>

Im not sure if it will work tho

if that doesnt work try using " instead of '

Liz
01-13-2003, 12:52 AM
nope..

starlet
01-13-2003, 12:58 AM
Works for me :) Those sorts of forms dont work with AOL though so maybe those are the people telling you it doesnt work, sign up for and use bravenets forms instead and all should be dandy :)