Hi There!
Thanks for your input...
What I'm trying to do is - I have a HTML form that has
multiple checkboxes...i.e. Checkbox1, name=m_EmailGroups,
and Value=user1. There's also checkbox2,3,4,5,6,7,8,9.
All with the same name (m_EmailGroups) but different value.
I want the user, when completing filling out the form to press send, and base on his check box selection an email should be sent to the user he has chosen...
I tried creating a hash, and base on his checkbox selection
in the HTML form, it would pull the value and send an email based on that...
Hope this sheds some light on what I'm trying to do..Right
now I'm totally confused and don't know that to do next..
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.