A
|
ann 6/22/2010 |
Hi, $dob_year=date("Y", strtotime($values["date_of_birth"]));
|
J
|
jackieh author 6/22/2010 |
Hi Ann, Hi, use Before record added event on the Events tab. Here is a sample: $dob_year=date("Y", strtotime($values["date_of_birth"]));
|
A
|
ann 6/24/2010 |
Hi, var ctrlAge = Runner.getControl(pageid, 'age_field');
|
J
|
jackieh author 6/24/2010 |
Thank you so much Ann! Hi, to add values on the fly use JavaScript API (JavaScript onload event on the Events tab). Here is a sample: var ctrlAge = Runner.getControl(pageid, 'age_field');
|