We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 31640
    • 100 Posts
    Is there an option to make some fields like phone required for registering new users
    without changing the snippet file.
    I don’t like doing this because it’s dangerous if any update comes...

    So is this possible?
    Or is this a new feature request tongue
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Which snippet are you using?
        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
        • 31640
        • 100 Posts
        i am using WebLoginPE Snippet 1.3.1

        This is my snippet call


        [!WebLoginPE? &lang=`du` &type=`register` &regSuccessId=`5`&regSuccessPause=`1` &registerTpl=`RegisterTpl` &groups=`Logged In Users` &notify=`[(emailsender)]` &customFields=`btw,company, city, street, streetnr` !]
          • 28042 ☆ A M B ☆
          • 24,524 Posts
          In that case, use the &regRequired parameter (comma-separated list of required fields).

          In the assets/snippets/webloginpe directory there is a docs directory. Load its index.html file into your browser (you can do this from the original you have on your local machine), then see the "Parameters" tab.
            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
            • 31640
            • 100 Posts
            thanks

            shame of me rolleyes because i knew the doc allready but didn’t read that paramter section in detail