This topic is locked
[SOLVED]

 Default value not setting

5/3/2011 7:01:07 PM
PHPRunner General questions
B
beachldy author

I have set the ASPR form to make the default value Now() , but it's not working.
So I'm trying to add code to the default value so it is seen when the page opens.

Code below is used on BEFORE RECORD ADDED but it's not working either. Field name is "DateAdded".
values["DateAdded"]=now()

return true

BeforeAdd=true