View Single Post
(#2 (permalink))
Old
crowds crowds is offline
Registered User
crowds is on a distinguished road
 
Posts: 2
Join Date: May 2005
05-01-2005, 09:43 PM

Well it would seem i have got it sorted..... :)
However when i test the email function, the mail i recieve is as follows
Quote:
textfield=Jim&textfield=Jim.ven%40virgin.net&texta rea=looking+forward+to+this+working%0D%0A&Submit=S ubmit
I know there is a way to stop the space function appearing as & and the @ as %40 but im not sure how. this is what i have got
Code:
<form name="form1" id="form1" method="post" action="mailto:addmetomaillist@navigatingcrowds.co.uk">
            <input name="textfield" type="text" size="35" />
          </td>
          <td width="1"></td>
          </tr>
          <tr>
            <td height="39" align="center" valign="middle" class="style6">Email</td>
            <td colspan="3" valign="middle"><form name="form2" id="form2" method="post" action="mailto:addmetomaillist@navigatingcrowds.co.uk">
              <input name="textfield" type="text" size="35" />
            </td>
            <td></td>
          </tr>
          <tr>
            <td height="39" align="center" valign="middle" class="style6">Comments</td>
            <td colspan="3" rowspan="2" align="left" valign="top"><form name="form3" id="form3" method="post" action="mailto:addmetomaillist@navigatingcrowds.co.uk">
              <textarea name="textarea" cols="70" rows="10"></textarea>
          </td>
          <td></td>
          </tr>
          <tr>
            <td rowspan="2" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
            <td height="151"></td>
          </tr>
          <tr>
            <td width="59" height="58" align="center" valign="top"><form name="form4" id="form4" method="post" action="">
            
			  <input name="Submit" type="submit" class="style6" value="Submit" />
			   </form>
           </td>
            <td width="119" align="center" valign="top"><form name="form5" id="form5" method="post" action="">
              <input name="Reset" type="reset" class="style6" value="Reset" />
            </form></td>
            <td width="405" valign="top"><form name="form1" id="form1" method="post" action="">
              <input name="Next" type="button" class="style6" id="Next" onclick="MM_goToURL('parent','flash.htm');return document.MM_returnValue" value="Next" />
            </form></td>
Anyone help?
Cheers
Reply With Quote