Sorry, I did not realize anything in all caps was unwelcome form. Please forgive me. I shall respond to your questions in order.
When I invoke CGI script 1 via server side HTML, I get the desired and expected output: e.g.
$subject is: {input from HTML form}
$comments is: {other input from HTML form}
......in other words, everything works fine.
When I invoke CGI script 1 via responding to the HTML email which is created by CGI script 2, and thence sent to my AOL client side email account, I get: e.g.
$subject is: {all blank}
$comments is: {all blank}
.......see, I'm expecting the same output results, as the inputs provided for subject and comments are the same (instead I get blanks)
I got the idea to try this after my car was serviced and the service provider sent an email to my AOL email account that contains a satisfaction survey embedded in the body of the AOL email message. Since the service provider's survey worked, I'm inclined to believe the problem is with my code, not the security features on my email client. I hope this gives you a better feel for the problem. If anything still isn't clear, I'm happy to provide more information. Thank you for your patience.
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.