Skip to content

How to override built in view scripts

adamlundrigan edited this page Jun 6, 2012 · 11 revisions

Task

Override the built-in view scripts for pages such as registration and sign-in with your own custom view scripts

Solution

  1. In your module, under the view directory, create the folder tree zfc-user/user
  2. Create the necessary override view scripts, depending on which page(s) you want to change:
    • User Login page: zfc-user/user/login.phtml
    • User Registration page: zfc-user/user/login.phtml

Refer to each built-in view script to see how the form is configured and rendered.

Clone this wiki locally