I am POSTing an html form to a CGI (yform) on a secure server because the form contains charge account data. This works. The Treasurer of the organization has a secure connection to the data.
Problem - I need to notify the Secretary when the on-line transaction involves a new membership. However, I am not able to access the name/address data (not charge account data) from the form either before the form is submitted or after it is submitted. However, I am able to pass fake non-form data to the next page within the session with no problem.
Suggestions would be appreciated.
Thanks
Don