Hi team,
I am using magento 2.1.4
I have created some attribute for customer
When i save, this attribute not woking
Pls help me
http://prntscr.com/esncjv
Thanks
If you are looking for some help or an advice regarding setup or development please refer to the Community Forums or the Magento Stack Exchange.
The GitHub issue tracker is intended for tracking technical issues (read: "bugs") only.
The issues which cannot be consistently reproduced on a clean installation of Magento 2 CE aren't likely to get resolved in here.
Thus if you are, in fact, reporting a technical issue, please try add as much information as possible, including the environment you use, 3rd party themes and modules installed, preconditions, exact steps to follow, stack trace from browser console, even the custom code you're using. These raise the chances of the bug getting reproduced and acknowledged.
If you don't provide enough information, it is likely that the issue will receive a "needs update" label and will get closed in a couple weeks.
@dulv Please, format this issue according to the Issue reporting guidelines: with steps to reproduce, actual result and expected result.
@dulv we are closing this issue due to inactivity. If you'd like to update it, please reopen the issue.
As already wrote here, here is a potential resolution of the issue that worked for me:
When creating the customer attribute, please take care of following things:
It can be done by setting the attribute option to "system" => 0 in attribute parameters inside the install/upgrade script.
More about that particular issue can be found here.
@darkogoles1 but if you set "is_system = 0", you won't see the field in the edit customer form in the admin
I am still not able to save custom attribute value from backend customer section and I am following this article.
Can anyone share the solution here please :)
Most helpful comment
As already wrote here, here is a potential resolution of the issue that worked for me:
When creating the customer attribute, please take care of following things:
It can be done by setting the attribute option to "system" => 0 in attribute parameters inside the install/upgrade script.
More about that particular issue can be found here.