dvayne Posted April 2, 2008 Share Posted April 2, 2008 I want to display rules/agreement before registration form will appear, in order to become a member he must agree to the rules/agreement. please help... Link to comment https://forums.phpfreaks.com/topic/99172-rulesagreement-before-registration-form/ Share on other sites More sharing options...
r-it Posted April 2, 2008 Share Posted April 2, 2008 users rarely read those things, why dont you have it as a popup link on your registration form? Link to comment https://forums.phpfreaks.com/topic/99172-rulesagreement-before-registration-form/#findComment-507353 Share on other sites More sharing options...
Catfish Posted April 2, 2008 Share Posted April 2, 2008 um this is pretty basic isnt it? output a page that has the terms and conditions and the user has to check the checkox and press the button to load the registration page. if the checkbox is not checked, output an error. if you are not good with <form>s take a look at www.w3schools.com and the examples in the php manual. Link to comment https://forums.phpfreaks.com/topic/99172-rulesagreement-before-registration-form/#findComment-507519 Share on other sites More sharing options...
unsider Posted April 2, 2008 Share Posted April 2, 2008 May I add my 2 cents. It very frustrating dealing with a conditions page as it is, make it blatantly obvious there is one, but try not to make it a burden to deal with. I would suggest all on one page, the user gets frustrated with registration, like all of us, if he leaves, he's gone. Make the registration, quick, effecient and simple. Link to comment https://forums.phpfreaks.com/topic/99172-rulesagreement-before-registration-form/#findComment-507524 Share on other sites More sharing options...
Daniel0 Posted April 2, 2008 Share Posted April 2, 2008 users rarely read those things, why dont you have it as a popup link on your registration form? It doesn't matter whether they read it or not. The important thing is that they state they agree. Link to comment https://forums.phpfreaks.com/topic/99172-rulesagreement-before-registration-form/#findComment-507529 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.