I've been trying to add a Javascript widget (below) to my app on a record details page using the code examples in the Help Desk Solutions page here but without success....
I know the correct scene / view I need it on from my builder link (below) - and we're not that bothered on the location of the widget (just at the bottom of the page would suffice)
https://builder.knackhq.com/planningmatters/fulldata#interface/scene_127/views/view_195
All the code examples form the help page were to do with editing elements, rather than a simple adding of an element which is what we're after. I'm hoping this is possible without needing a Web Dev to set it up for us?
The script as provided form Zoopla (here) is:
<div class="zoopla_widget" id="zoopla_values"><div class="zoopla_header">Home values in England</div>
<script type="text/javascript" src="http://www.zoopla.co.uk/widgets/scripts/partner_widgets/values.js?area_type=country&area_id=1&format=table"></script><div class="zoopla_footer"><div class="zoopla_powered"><span>Powered by Zoopla.co.uk</span></div>
<a href="http://www.zoopla.co.uk/house-prices/england/">England house prices</a><div class="zoopla_get_this"><a href="http://www.zoopla.co.uk/links/" rel="nofollow">Get this widget</a></div>
</div>
</div>
Any help / guidance would be much appreciated.