Multiple Emails in 'Tell-a-Friend module' ....possible?
iRatherFly <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <95a3c3d1b7417c9b3e7a3b5dca8e66ec@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=185342#185342 ---------------------------------------------------------------- I am working on a very customized osCommerce site in which the product reviews have been disabled and instead, the Tell-a-Friend module was turned into share your opinions. The opinion sharing is something that the customer will do ONLY with department managers so instead of the existing "Friend's Name" and "Friend's Email" textbox fields, I will have 12 department managers to select from with checkboxes. It's easy to do a single one (name="friendsmail" value="[email protected]" and then add a hidden field with name="friendsname" value="John Doe") But does anyone have an idea of how I can do multiple such checkboxes so that the customer may send his opinion to several department managers of his choice at once??? Basically the question is really, how can I modify the tell-a-friend module to support sending the email to more then one friend at a time?