Forum Moderators: open

Message Too Old, No Replies

Would you help me to setup this code?

Linked from two link

         

edwinteguh

2:23 pm on Jan 6, 2010 (gmt 0)

10+ Year Member



hello, I have two form submit email from emailmeform.
I want to put these at one submit email form, but my visitors still can choose which they want to submit, ie as models or as voters.
But I dont know how to linked these email submit form with their choose feature.
Would you help me?
Below is my code.

<form method="post"
action="http(.)//www.#*$!#*$!.com/fid.php?formid=533870" enctype="multipart/form-data" accept-charset="UTF-8"> (this first link to send email)

"http://www(.)www.#*$!#*$!.com /fid.php?formid=532682" enctype="multipart/form-data" accept-charset="UTF-8"> (this second linkt to send email)

<table bgcolor="#b5d5ea" border="0"
cellpadding="2" cellspacing="0">
<tbody>
<tr valign="top">
<td nowrap="nowrap"><font
color="#000000" face="Verdana" size="2"><b>As
: </b></font></td>
</tr>
<tr>
<td>
<select name="src">
<option
value="This one I want to put link for first link">Model</option>
<option
value="this second for second link"
selected="selected">Voters</option>
</select>
</td>
</tr>
<tr valign="top">
<td nowrap="nowrap"><font
color="#000000" face="Verdana" size="2"><b>Name
: </b></font></td>
</tr>
<tr>
<td><input
name="FieldData0" size="15" type="text">
</td>
</tr>
<tr valign="top">
<td nowrap="nowrap"><font
color="#000000" face="Verdana" size="2"><b>Email
: </b></font></td>
</tr>
<tr>
<td><input
name="FieldData1" size="20" type="text">
</td>
</tr>
<tr>
<td align="right"><input
name="hida2" value="" maxlength="100" size="3"
style="display: none;" type="text"><input
class="btn" value="Subscribe" name="Submit"
type="submit"></td>
</tr>
<tr>
<td colspan="2" align="center"><br>
</td>
</tr>
</tbody>
</table>
<br>
</form>

Thank you very much for your advance.
Edwin

edwinteguh

4:00 pm on Jan 7, 2010 (gmt 0)

10+ Year Member



Thank you very much, I know how to solve my problem
I just use radio button for every feature. So, I can store their info at one place too.
thank you very much for your attention.

dreamcatcher

3:12 pm on Jan 9, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Glad you sorted your problem edwinteguh. :)

dc