We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18367
    • 834 Posts
    I just want to remove the register button on the simple template.

    But where and how do I do that?

    I’ve tried editing the default forms but nothing happens.

    Are the actual templates that are used by the snippet hiding somewhere else? If so can someone point me as to where they are.

    Thanks
      Content Creator and Copywriter
      • 10313
      • 375 Posts
      The files in "Default Forms" are just for editing purposes, as far as I understand it. I use them to code the forms and templates as I wish, and then I copy and paste the code into the file webloginpe.templates.php in the main webloginpe folder.

      Works very good.

      Martin
        • 36571
        • 145 Posts
        Not sure I understand your problem correctly, but I think you are probably best off specifying your template chunks in the snippet.

        For example:

        Create a chunk called myloginform (or whatever you want)

        The specify this chunk in your snippet:
        [!WebLoginPE? &type=`simple` &loginFormTpl=`myloginform`!]


        You can find all the template parameters here: http://docs.webloginpe.info/views.html

        Hope this helps.
          • 10313
          • 375 Posts
          Oh yes, that’s far easier than my method. Thanks for the hint smiley

          Martin