Showing posts with label How to call controller from view. Show all posts
Showing posts with label How to call controller from view. Show all posts

Monday, September 15, 2014

How to create simple registration form



I'm trying to create simple registration form like this and i want do validations for Email,Password and Confirm password fields.

First,we try to create this interface.

View:



  • How to add bootstrap links (line:6-7)
  • How to call controller from view(line:16)
  • How to add radio buttons.(line:23-24)
  • How to add bootstrap button.(line:96)