I added the Member Details Required fields Mod in order to stop the SPAM bots from creating so many new spammer accounts on my board. I thought it was working as the new fields appeared and I was able to select them as required but I just realized that there is an issue with it.
I tried creating a new user to test this and even after I fill out the Birth Date (one of the required fields) it still says "There Was A Problem With Your Details" "You Must Provide Your Date Of Birth".
I'd start by going through and double-checking your code changes. More often than not the problem is with some mis-placed or missing code. JJenson will probably be on later and may be able to better help narrow down where the problem is.<
I would check again as there definately seems to be something a miss with your code, if you select a year from the DOB it is supposed to run a javascript DateSelector() however yours errors so maybe the javascript function is missing<
Looks like you're using an old version of inc_datepicker.js. This, however, doesn't prevent you from entering the DOB.
<
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
I just replaced the in_datepicker.js with the one from the latest SF archive (version 3.4.06) but it still is doing the same thing. Any other suggestions?<
Just FYI - please don't post the entire file if possible. We prefer that you post a link to a text copy of the file (i.e. save a copy as register.asp.txt and post a link to it).<
I'm almost certain now that my problem is in my inc_profile.asp. This was the hardest part of the mod to do for me. I just scrapped it and redid it 2 times! Still am getting the same error... can someone look at my inc_profile.asp please?
I looked at it for you. There are a number of issues. First, you cannot use ><> in an If statement; only in Response statements - and there were a lot of them. Rather than addressing things line by line, I resaved it without looking at the cosmetics (tables, cells). Try this and see if it gets you past your error.