Pass Joomla Variables To Wrapper

I am using a wrapper in Joomla to embed an .asp application from a 3rd party vendor. To access the link for the wrapper a user must log into the joomla site with their email address and password. (Which already exists and is in place, this project is ONLY passing credentials) In order for the .asp application in the wrapper to work it is expecting 4 variables:

CompanyID – company field
ContactID – users email address
Full name – Users name in Joomla
Contact email – users email address

So, we need to add a “company” field to the standard Joomla user manager, and then we need to pass those 4 variables to the application in the wrapper. I found a couple people who have done this same thing, but I really don’t have the time. Here was the best example I found:

http://www.gjcwebdesign.com/joomla-wrapper-pass-parameters.html

Leave a Reply

Your email address will not be published. Required fields are marked *