I'm looking to build a form (as in the code below) which will allow the user to TWICE select an image from a database derived photo gallery (ideally a list of thumbnails with a mouseover enlarge) and then submit along with an email address. However, it seems that <input type="image" > submits the form immediately upon click. Suggestions on how to handle appreciated :)
------------------------------------------------------------------------ <form name="form1" id="form1" method="post" action=""> 1.) Pick one from the following list of pictures:<br /> <input type="image" > <input type="image" > <input type="image" > <br /> 2.) Pick one from the following list of pictures:<br /> <input type="image" > <input type="image" > <input type="image" > <br /> 3.) Enter email for confirmation:<br /> <input type="text" name="Email" id="Email"> <input type="submit" > </form> -- View this message in context: http://www.nabble.com/Form-with-2-image-input-fields-and-a-submit-button-tp21485403p21485403.html Sent from the Cold Fusion - Newbie mailing list archive at Nabble.com. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4288 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
