Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Tell a friend into the produt_info (problems)


rdbello

Recommended Posts

Posted

I tried to put the infobox Tell a Friend in the page product info, bur when I click in button of this infobox, it use the same submit action of "button_in_cart". Anyone knows how could I fix it? Thanks

Posted

You cannot put 1 form inside another Form.

 

wrong:

<form> // product info
 <form> // tell friend
 </form> // eof tell friend
</form> // eof product info

 

correct:

<form> // product info
</form> // eof product info
<form> // tell friend
</form> // eof tell friend

Archived

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

×
×
  • Create New...