Reference: PW 3.0.62 and uikit3 based site using the Regular-Master profile.
I wonder if anyone might be able to assist. I've setup a custom field to allow contributors to enter the html code to display an iframe.
When I try to call the field nothing is displayed:
echo $page->get("/contact")->urliframecode;
When I inspect the element nothing is being passed to the web browser. If I enter the code directly in the template, the iframe is displayed correctly.
I've tried configuring the custom field has been configured as type text area and as both Unknown/Text as well as Markup/HTML without any success.
Any idea where I am going wrong?