Forum Moderators: open

Message Too Old, No Replies

Trying to integrate two buttons?

         

eor01

7:19 pm on Mar 16, 2007 (gmt 0)

10+ Year Member


Be kind to me please :)

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

tugang

11:56 am on Mar 25, 2007 (gmt 0)

10+ Year Member



you can insert "<input type='submit' value='Submit Form'>" to you php page.