This topic is locked

Hidden data in Registration

2/20/2008 5:41:59 PM
ASPRunnerPro General questions
T
trumpet author

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

J
Jane 2/21/2008

Hi,
use BeforeRegister event on the Events tab for this purpose.

Here is a sample:

dict("FieldName") = Now()