cjgtek
07-23-2004, 03:56 AM
Is anyone familiar with this product? I'm creating a form that uses FormMail to submit the data. According to the docs, this version allows users to send to multiple recipients. however, I need to know if it's possible to use a form field to specify the other recipients. It's also not letting me customize the Subject field. Here's what I've got:
<input type="hidden" name="subject" value='"APPROVE: User Account Request/Transfer Form for " + realname'>
<input type="hidden" name="recipient" value='recipient + "," + email + "," + other_email'>
TIA,
Chris
<input type="hidden" name="subject" value='"APPROVE: User Account Request/Transfer Form for " + realname'>
<input type="hidden" name="recipient" value='recipient + "," + email + "," + other_email'>
TIA,
Chris