Just installed under SSL and what a relief it is to have a program like this! Anyway, I have some variables that are being passed from page to page in sessions. I modded the app so that it sees this session data. Works fine. Now, I'd like to get that session data (just a username for example) into an admin only field. In hand coded forms, I'd simply do a php echo of the variable in the value.
However, machforms just displays the code and not the variable. I realize that this is for security purposes. Is there a way that I can turn off some of this security for the admin only fields? I'm running in a secure environment so I'm not too concerned about it...
