This topic is locked

Automatic Date

5/26/2009 5:15:00 PM
PHPRunner General questions
A
Abuaarah author

Hello

What is the field should I use or how I have it functioned to have automatic dates,
What I want is when a member register, the current date automatically should be registered and displayed so that we have a record the date of the registration and it cannot be modified, how could I have this worked - Is there any one who would guide me step by step - appreciate your help
Thanks

J
Jane 5/27/2009

Hi,
you can fill this field in the Before Register event on the Events tab:

$userdata["FieldName"] = now();


Or add this field to the register page, set up it as readonly and use now() as default value for this field on the "Edit as" settings dialog on the Visual Editortab.

A
Abuaarah author 5/27/2009

Hi,

you can fill this field in the Before Register event on the Events tab:
Or add this field to the register page, set up it as readonly and use now() as default value for this field on the "Edit as" settings dialog on the Visual Editortab.


Hello Jane
Really appreciate helping me, I am sorry about my leck of understanding, I just opened the Events Tab and in thet I do not see any Before Register, I only see
Add Page - Under that
Add Pade : Before Process

After record added

Add page: before dysply
Then Edit Page: Under that
Edit page: Before Process

Before record updated ....so and so forth...!
Could you please very kindly explain me - I know I sould like a child still I have no any other way of understand this - Once again thanks so much

Sergey Kornilov admin 5/27/2009

Check events list on the left side.