I'm having a problem with an HTML survey i've made...?
I'm going to put it onto my Myspace profile. I want it to send the participant's answers to my Myspace Inbox...but how do I go about doing this? Here is the code:
<form action="<form action="http://messaging.myspace.com/ind... method="send">
<table>
<tr>
<td>First name:</td>
<td>
<input type="text" name="first_name" value="" maxlength="100" />
</td>
</tr>
<tr>
<td>Sex:</td>
<td>
<input type="radio" name="Sex" value="male" /> Male
<input type="radio" name="Sex" value="female" /> Female
</td>
</tr>
<tr><td>Age:</td>
<td>
<input type="checkbox" name="age" value="Below 18" /> Below 18
<input type="checkbox" name="age" value="18+" /> 18+
</td>
</tr>
<tr><td>What you rate my profile (5 is highest):</td>
<td>
<select>
<option value ="1">1</option>
<option value ="2">2</option>
<option value ="3">3</option>
<option value ="4">4</option>
More Related Questions and Answers ...
The Myspace information post by website user , myspace-codes.com.cn not guarantee correctness.
