Jump to content

Execute Form


unemployment

Recommended Posts

How can I get this form to execute?  Do I need to use a hidden input or something?

 

<form action="partnerRequest.php" method="post">
<a href="" title="Become Associates" id="becomeassoc" class="mll">
	<span class="f_right">Become Associates</span><img src="../assets/img/becomeassoc.jpg" class="mrs vmiddle" alt="Become Associates" />
</a>
</form>

Link to comment
https://forums.phpfreaks.com/topic/233779-execute-form/
Share on other sites

This what you're looking for?

 

 

<form action="partnerRequest.php" method="post">
  <input type="radio" name="becomeassoc" onClick="this.form.submit()"><span class="f_right">Become Associates</span><img src="../assets/img/becomeassoc.jpg" class="mrs vmiddle" alt="Become Associates" />
</form>

 

Doesn't have to be a radio button, could be a checkbox or whatever.

Link to comment
https://forums.phpfreaks.com/topic/233779-execute-form/#findComment-1201895
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.