Forms displaying multiple times using for each loop |
@sheenam - it appears that when you click the edit button for a specific taxid. You are not passing the specific taxid to your model to only pull that specific record. Instead you are getting all the records. Your call to the edit controller should include the taxid that you wish to edit. Your model function should have a taxid parameter and only return 1 record.
|
Welcome Guest, Not a member yet? Register Sign In |