![]() |
Sergey Kornilov admin 9/29/2010 |
Just an idea of how you can make it work. |
J
|
jasonfrew author 9/30/2010 |
hi thanks for the suggestion |
![]() |
Sergey Kornilov admin 9/30/2010 |
An excerpt from manual topic above: $values["FieldName"] = $_SESSION["Something"];
|
J
|
jasonfrew author 10/1/2010 |
Hi thanks for the reply |
![]() |
Sergey Kornilov admin 10/1/2010 |
Jason, |
J
|
jasonfrew author 10/4/2010 |
Jason, Step 1: you (or somebody else) needs to write the code that will ask user to enter order number and save it to session variable $_SESSION["OrderNumber"] Step 2: add the following to BeforeInsert event: $values["FieldName"] = $_SESSION["OrderNumber"]; If you want us to write this code for you - contact support team directly. Our rates can be found at http://xlinesoft.com/buy_support.htm
|