We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 4429
    • 429 Posts
    I have a registration form and have added a custom field to find out what the users business type is.

    My question is does WebloginP£ automatically create a table for this or do I have to manually create one? if so where?

    My call is:


    [!WebLoginPE? &type=`register` &regType=`pending` &registerTpl=`registerForm` &notifyTpl=`notifyMessage` &regSuccessId=`53` &groups=`Pending Users` &regSuccessPause=`0` &notify=`[email protected]` &customFields=`business type` &inputHandler=`Business Type:userBusiness:business type:select:Distributor(distributor),Manufacturer(manufacturer),Media(Media),,Retailer(retailer),Wholesaler(wholesaler),` !]


    Thanks
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      By default WebLoginPE creates and uses a table web_user_attributes_extended.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 4429
        • 429 Posts
        Hmm,

        You can see in my call I created an attribute called business type, so when I look in the web_user_attributes_extended I should see a column called business type right?

        Unfortunately it’s not there.

        Additionally, can webloginPE interact with tables other than its own? In particular the web_groups table, as I want to add radio buttons to allow the ’admin’ to easily move users between groups.