Help Us Find Volunteers

<script type="text/javascript" src="https://app.ukctg.nihr.ac.uk/nihr-ukctg-webapp/widgets/js/ukctg-widget.js"></script>
<script> window.onload = function() {
var widgetConfig = { // Note, you must specify a primary search query and/or a location
query: 'cancer', // The primary search term. If this line is deleted then you must also remove the comma from the start of the next line so no primary term will be used.
location: 'York', // The location of the search. If this line is deleted then no location will be used.
divId: 'ukctgResult', // Id of the div where you want the widget to be placed.
theme: 'dark', // light/dark are the two themes available.
width: 400, // width of the widget. If this line is deleted/commented out then, width of 100% will be used.
}
ukctgWidget.render(widgetConfig);
};
</script>
<div id="ukctgResult"></div>