kevine Posted March 24, 2005 Share Posted March 24, 2005 Hello All! I am wondering if it is possible to change the information collected on the "create_account.php" page. I have charity client and by law in this area they are not allowed to collect Gender or Date of Birth Information (in case of possible discrimination). Is there a way to leave these off the create an account page or change them to something different? I don't neccessarily have to take the Database table out but just make sure these do not show up on the account page. Thanks in advance! Cheers! Kevin Link to comment Share on other sites More sharing options...
Guest Posted March 24, 2005 Share Posted March 24, 2005 Hi If you want a fast way to do it, just edit the create_account.php file and change the input types to hidden instead of text on the fields you want to remove. Then just make up a bogus value for them. Example: <input type="text" id="gender" name="gender" size="10"> change to <input type="hidden" id="gender" name="gender" value="notfilledin"> Hope that helped :) Zipper Link to comment Share on other sites More sharing options...
bglkk Posted March 24, 2005 Share Posted March 24, 2005 Am I missing something? Why can't you just disable Gender and Date of Birth in admin? Configuration -> Customer Details "Buy the ticket, take the ride..." -HST Link to comment Share on other sites More sharing options...
mliimatta Posted March 25, 2005 Share Posted March 25, 2005 Am I missing something? Why can't you just disable Gender and Date of Birth in admin? Configuration -> Customer Details <{POST_SNAPBACK}> I've gotten complaints about this too! Any way it could be changed - even in the code? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.