attribute name come blank - Magento Forums
cancel
Showing results for 
Search instead for 
Did you mean: 

attribute name come blank

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

attribute name come blank

Hello All,

 

 

I am getting the "First name cannot be empty" while update first name or registration even i fill tthe first name.

 

I Check the code in AccountController.php  EditPostAction

when I print the the data by  "$customerData" there is no 'firstname' field.

 

Please help me out form here..

 

Thanks in advance

 

1 REPLY 1

Re: attribute name come blank

Please check what is the name of the Firstname textfield in the HTML form.

 

<input type="text" class="input-text required-entry" maxlength="255" title="First Name" value="" name="firstname" id="firstname">

You code should be like the code I have given for reference.

 

 

---
Problem Solved Click Accept as Solution!:Magento Community India Forum