Fork me on GitHub

Strange Code after User Registration in Forms Express  Bottom

  • I recently installed the newest versions of Forms Express and XUser, but i am having a problem when using one of the forms that comes with XUser. When a user registers and pushes the Submit button at the bottom of the form, they are forwarded to a page that has a whole lot of code on it. The code begins like this:

    [*xuser:FirstName]="Test"
    [*xuser:LastName]="User"
    [boilerplate]=""
    [#xuser:username]="testuser"
    [#xuser:password]="test"
    [#xuser:email]="name@yahoo.com";
    [*xuser:DOBmm]="6"
    [*xuser:DOBdd]="4"
    [*xuser:DOByyyy]="1980"
    [boilerplate]=""
    [#users:#pn_uid]="[*xuser:uid]"
    [#users:pn_name]="[*xuser:LastName], [*xuser:FirstName]"
    [#users:pn_user_intrest]=""
    [#users:pn_url]=""
    [#users:pn_user_icq]=""
    [#users:pn_user_aim]=""
    [#users:pn_user_yim]=""
    [#users:pn_user_msnm]=""
    [#users:pn_user_sig]=""

    Its 3 times longer than that, and then has a message about halfway through saying that "registration is pending approval." After that there is more code in the form of an "Action List" and a "After substitution."

    I have been told that this is a debug mode. But how do I turn off the debug mode if that is the problem? Is there something else causing this?
  • Read the tutorial and turn off the debugging flag in your form...
  • I actually fixed the problem months ago. It seems that the tutorial that everyone was talking about was somehow missing in the ZIP that I downloaded. I simply had to re-download the mod to open the file and read it. Thanks anyway.

This list is based on users active over the last 60 minutes.