rdbello Posted March 25, 2005 Posted March 25, 2005 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
rdbello Posted March 26, 2005 Author Posted March 26, 2005 Please guys, give me some help. I need to put this feature quickly to improve the sells. Thanks
rdbello Posted March 26, 2005 Author Posted March 26, 2005 Please guys, give me some help. I need to put this feature quickly to improve the sells. Thanks
burt Posted March 30, 2005 Posted March 30, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.