0

PHPfox providing the feature to create custom page from back-end but How can I call register form to custom page? Please provide suggestion.

Thanks in advance.

Pank
  • 13,800
  • 10
  • 32
  • 45

1 Answers1

0

You can call template files within your own pages. I wrote a demo module that illustrates this, using this you can include the templates that display the form to sign up.

But is there any reason why you wouldn't want to use a custom template (instead of the default one) or CSS for the changes you need?

Purefan
  • 1,498
  • 24
  • 44
  • Maybe your client requires a special sign up page, but I doubt that he requires you to use a Page instead of customizing the existing sign up, makes sense what I just said? – Purefan Mar 13 '13 at 21:14
  • Main concern is like they want separate registration page and login page...so I thought better i will create custom page and will call register form on custom page....! – Pank Mar 14 '13 at 17:55
  • 2
    Please go to these links: http://demo.phpfox.com/user/register and http://demo.phpfox.com/user/login Registration and Login are already separated in a default installation. – Purefan Mar 15 '13 at 08:58