Forum Moderators: open
I have a php page with a button, when clicked, take you to a fresh page. Here is the code
<?php echo tep_image_submit('button_continue.gif', IMAGE_BUTTON_CONTINUE);?>
I would like to add a simple tick box form to the above php page, but I'd like help with getting the above button to work with my forms button. The button code for my form is like this
<input type='submit' value='Submit Form'>
Anyway, can any one give me guidance on combining the above please?
steve