This topic is locked

Accept page

10/19/2009 9:11:28 AM
ASPRunnerPro General questions
M
monye author

Dear all,
In my user table there is a field called Terms accepted.
I wan't every users that access the database first accept the terms. In other words first have them update the field terms in the user table to yes, before continue.
Is the a simple way to do this without building a seperate asp page?
regards,
peter

J
Jane 10/20/2009

Peter,
you can redirect to the user edit page in the AfterSuccessfulLogin event on the Events tab, then check Terms value in theBefore record updated event and redirect to the menu or list page if needed.

M
monye author 10/20/2009

tried that one, but you need a the record to edit if you go to edit page

J
Jane 10/21/2009

Peter,
you can apply the same scheme in the Before register event on the registration page.