With the #disable property I can make a field not editable
$ form ['field_meal'] ['widget'] [0] ['value'] ['# disabled'] = FALSE;
I have read that there is an option to do this through #states
I don't think that in my case it will be fine, as I have a select on an entityReference field and in relation to some boolean fields of the entityReference I have to make these fields editable or not.
I tried with the callBack and ajax response but I couldn't find any command to make the fields uneditable
I hope I was clear
After 2 days of searching and struggling I have to give up and ask for help with something that turned out to be a lot harder to do than I thought it would be :)
I have a node type of “course_application” which lets people sign up to courses. It has 2 fields:
the module page manager has the ability to create pages but not the ability to clone them. Anyone know of any solutions? I know about the quick node clone, which allows you to clone content nodes but that is different than the page manager page entities