Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I need to be able to have the system write the registration date to a field in the registration table. I would like the form field to be hidden and pass the current date (i.e. now() ) . How is this best accomplished?Thanks in advance!Trumpet
Hi,use BeforeRegister event on the Events tab for this purpose.Here is a sample:
dict("FieldName") = Now()