[SOLVED] DropDown |
4/14/2011 5:47:05 PM |
PHPRunner General questions | |
S
santonivich author
Hello! |
|
![]() |
Sergey Kornilov admin 4/14/2011 |
I recommend to check this article that explains how to add a custom field to the form: |
S
|
santonivich author 4/16/2011 |
I've followed the directions and I have my custom drop-down working great! Thank you. I recommend to check this article that explains how to add a custom field to the form: http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm |
![]() |
Sergey Kornilov admin 4/17/2011 |
Make sure you add something like this to BeforeAdd/BeforeEdit events: $values["file_name"]=$_REQUEST["file_name"]; |