Hello,

i have got a registration html page. On the first hit, i would like to print
out the empty template, i do that with the processElement method. If an
submission (register) occurs, i would like to handle it, i do that with
doSubmissionName(). This works. Is it the intended way?

Another problem is, that my register site is a merging of the login template
and the registration form. Both forms contain a field called login. If i
generate the form in the registration element (generateForm()) both fields
are filled with the login value. I thaught calling generateForm(template,
object) binds the generation to a specific template, no mather if the field
names are equal?

Thanks a lot for explanation :)
_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to