[SOLVED] Get Custom Field Value List Page |
4/24/2011 4:21:16 AM |
PHPRunner General questions | |
M
macalister author
Hello.
<INPUT id=test type=text>
this.on('beforeSave', function(formObj, fieldControlsArr, pageObj){
|
|
![]() |
Admin 4/24/2011 |
It won't work this way. You can use $_REQUEST["test"] in server-side events only like 'Before record added' or 'Before process'. This request variable is only populated after form is submitted which is not the case when you use button. |
M
|
macalister author 4/24/2011 |
Thanks so much it works perfectly. !!! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=57845&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |