Hi All,
I am working on a project where we have a NetTalk site that works beautifully, in which we have a special form created for capturing system settings (i.e. site name, port to use, plus other system wide settings), and we are storing these settings in an XML file (using XFiles) in the app folder.
Everything seems to work sweet. We can call the admin form for the first time (
http://mysite.com/admin) and fill out the details, and the 'Save' button saves the settings and goes back to the main index all OK.
The problem is that when I call the admin form again later, the fields are not pre-filled with the current memory contents. All the fields in question are just Global variables. (*gasp*), and the form properties has been changed to 'Memory' rather than 'File'.
Is there a way I can get this procedure to auto fill the fields with the current global variables when the form is called?
Thanks,
Devan