Getting a URL from new image field

This should work:

$page->image($page->picturefield())->url();

or if not, then:

$page->image($page->picturefield()->value())->url();
2 Likes