Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
When a copy page loads can I change the value of a fields on the form?I would like to change to value of 2 fields when the copy page loads:
You can use CopyOnLoad event and the following code:
$values["CallDate"]=now();$values["CallStartTime"]=now();
This is great. Thank you so much.