We have an Intranet that we will have links to different forms for our employees to fill out. Our employees will have to authenticate to the Intranet that is using Joomla as a backend before they can access certain forms. I would like to be able to auto fill some of the fields on the form with information that is in the "Current User Object" with Joomla. There is information (see here) about how to access the current user object in Joomla, but I have not been able to get it to work.
We are displaying the LF Form in an iFrame on the Intranet. Since Joomla is PHP and LF Forms is asp.net I'm not sure how to get the two to talk to each other. Does anyone have experience with this type of scenario that would be willing to shed some light on this for me?
If I can pass the values that I want in the URL, would I be able to get the Form to grab that information to fill out the fields? I found this article that uses JavaScript to grab the URL from the window. Would that work?