Welcome Guest, Not a member yet? Register   Sign In
Allowing Customer To Edit Their Data?
#1

[eluser]alberto24[/eluser]
I have a database, it has records in it. I need to create a form where customers can edit their data. Is there an easy way to create a form that populates the fields with the selected row and then processes it on submit? I've searched and searched and haven't found anything.

It's almost like the scaffolding form - but I need to be able to set certain fields to hidden that aren't editable.

Thanks!
#2

[eluser]RogerM[/eluser]
You can make a view with a form in it, have your controller access a model which will get the customers information in a query and echo the query into the appropiate fields. Then the update should be simple enough to follow. Read the user guide, it has a lot of helpful information.

Best of luck...
#3

[eluser]alberto24[/eluser]
thanks - i got the page working!




Theme © iAndrew 2016 - Forum software by © MyBB