Now that I figured out that Web Wiz does not like aspx pages when setting variables....
Can I push other variables when using the API?
For example, I have a members table of about 700 users, most will never use the forum, so for my sanity's sake, I will auto log them into the forum if they ever decide to use it. I want to assign them a member's group ID so they won't bother me about changing their access but at the same time I still want to have public access to some of the forums.
So if my logic isn't totally fried I will need to create different login pages... One for members (to check about the member data) and one for general public use to access the forums otherwise I risk having a member with two different logins.
Is this correct?
Thanks,
Joe