Hi,
I want a to make a copy of a record with "copy page". In the visual Editor I define a field called USERID with the variable $_SESSION["UserID"].
(In the record to copy this field is empty)
This works perfect when I use the regular "add new" Link and $_SESSION["UserID"] is displayed when the screen appears.
Using the "copy" it stays empty.
When I Limit the "add page" fields, the USERID field is missing and I cannont fill in my variable $_SESSION["UserID"].(Need it to connect with logon)
as I understand the "copy record" button does not really copy a record. It generates a new one and put the values in.
How an where can I select the fields that prepopulate the new entry that my variable $_SESSION["UserID"] will appear?.
(There is no master Detail rel. to this Table)
Thanks
Andreas