|
|
Sergey Kornilov admin 10/2/2019 |
|
By default Add page fields are cleared after the record is added. Do you use any code in events like BeforeAdd? If you remove return true; from BeforeAdd event record won't be added and data in the form will be preserved. |
|
|
B
|
bcritchley author 10/2/2019 |
|
By default Add page fields are cleared after the record is added. Do you use any code in events like BeforeAdd? If you remove return true; from BeforeAdd event record won't be added and data in the form will be preserved.
|
|
|
|
Sergey Kornilov admin 10/2/2019 |
|
This code alone should not be causing this kind of behavior. |
|