i am using english language pack only
Strange.....
Try once on default magento 2.3.
Vimal,
I need one more help
Breadcumb is showing in different manner ({{{Home}}{{Home}}{{Home}}{{ThemeMegnor/Mag110246_5}}} ) in frontend and backend .
For reference please find the below url
Hi @sekhar_n
I more thing for your custom theme.
you need to add the input field in your create account template files, wherever you want.
<input type="text" name="mobile" id='mobile" value="" />
Also check name and id accordingly as per your theme.
then try to save the customer info, I hope it will work for you!
No vimal
i have added input and it is showing in frontend wnen i submit the form i am getting error like mobile is required.
Hi @sekhar_n
It is showing required because we have created required attributes.
For reference in installData.php.
'required' => true,
You can also change it, if you reinstall in any other environment.
'required' => false,
For now you can remove required from following mysql query:
update `eav_attribute` set `is_required`=0 WHERE `attribute_code`='mobile'
Clear cache and re-indexing, then check.
@sekhar_n
Please let me know if you still facing any issue?
or confirm if it is working fine.
No it is not working
Now i tried your module in fresh installation of magento 2.3 but it is showing the mobile field in backend and it is not showing in Frontend(registration form ) without any theme and i followed all your steps.
could you please help me out?
what issue you are facing now?
did you deployed all commands again?
make sure that you database table "eav_attribute" is updated and your input field have not required class on frontend. PFA.
Just checked working fine at my end.