Cesco Posted March 2, 2022 Share Posted March 2, 2022 Hi, i try to add multiple page on pagereference field via php script. I have a cycle with this code inside $p->services_field->add(ProcessWire\wire('pages')->get('/servizi'.$servizi[$service].'/')); Page instance has services_field populated like below (it seems correct): [services_field] => ProcessWire\PageArray Object ( [count] => 7 [items] => Array ( [Page:0] => Array ( [id] => 1091 [name] => dtv [parent] => When save page, all information are saved but not services_field. How can i do ? Thanks Francesco Link to comment Share on other sites More sharing options...
wbmnfktr Posted March 2, 2022 Share Posted March 2, 2022 I could imagine this will help you out: If not... there a more topics in regards to this. Link to comment Share on other sites More sharing options...
Cesco Posted March 3, 2022 Author Share Posted March 3, 2022 Thanks @wbmnfktr. Trick is saving the multipage reference field after any "add". I was confused by the "add" command, I thought it added the page. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now