Creating a "Terms of use" page
Dear all, I'm building a site where userwill be allowed to register only after they have accepted some conditions. I created the registration form with webform. Could somebody please suggest a way to have a two-steps registration process where the user has to accept the terms of use (fist step) to be allowed to poceed. Having a one-step registration process where the terms of use would be associated with a checkbox would be okay, but then how to validate a registration only if the terms of use have been accepted ? As an additional constraint, a solution not relying on javascript would be preferred. Thanks very much in advance for any help, Sherab.
Hi Shérab, On Sun, Oct 30, 2011 at 7:32 PM, Shérab <Sebastien.Hinderer@ens-lyon.org> wrote:
Dear all,
I'm building a site where userwill be allowed to register only after they have accepted some conditions. I created the registration form with webform. Could somebody please suggest a way to have a two-steps registration process where the user has to accept the terms of use (fist step) to be allowed to poceed. Having a one-step registration process where the terms of use would be associated with a checkbox would be okay, but then how to validate a registration only if the terms of use have been accepted ?
As an additional constraint, a solution not relying on javascript would be preferred.
Check: * http://drupal.org/project/terms_of_use * http://drupal.org/project/legal Hope this helps.
Thanks very much in advance for any help, Sherab. -- [ Drupal support list | http://lists.drupal.org/ ]
-- Christian López Espínola Área de Proyectos Emergya Consultoría Tfno: +34 954 51 75 77 Fax: +34 954 51 64 73 www.emergya.es
Dear Christian, first of all many thanks for your prompt and helpful response !
Check:
* http://drupal.org/project/terms_of_use * http://drupal.org/project/legal
Hope this helps.
It didn't help directly, because on the site I'm building, users won't be able to register directly. Indeed, registration will be possible only once users have provided some docments. So what users will do is a registration request. But your answer was still helpful in providing excellent starting points which led me to http://drupal.org/project/webform_validation which is, I think, exactly what I need. I didn't find out how to validate against a checked checkbox yet, but this module is obviously the good framework n which the needed validation rule shold be added, if not already there. Thanks so much for being so helpful ! Best wishes, Sherab.
On 30 October 2011 18:32, Shérab <Sebastien.Hinderer@ens-lyon.org> wrote:
Dear all,
I'm building a site where userwill be allowed to register only after they have accepted some conditions. I created the registration form with webform. Could somebody please suggest a way to have a two-steps registration process where the user has to accept the terms of use (fist step) to be allowed to poceed. Having a one-step registration process where the terms of use would be associated with a checkbox would be okay, but then how to validate a registration only if the terms of use have been accepted ?
As an additional constraint, a solution not relying on javascript would be preferred.
Thanks very much in advance for any help, Sherab.
I recommend http://drupal.org/project/legal Works well and keeps a record of when the terms were accepted as well as getting terms re-accepted if they are updated..
Thanks, wipe_out. Didn't want to pollute the archives of the list but still wanted to thank you, hence this private message. It's tue that with the webform_validation based solution I won't be able to have users re-accepted modified terms of use, but well, terms ofuse on my site won't change, I think. Best wishes, Sherab.
participants (3)
-
Christian Lopez -
Shérab -
Wipe_Out