How to insert Feedback button on every page
Hello,
I want to have a feedback button on every page on my website. I created this button using o Jotform form and they give me this code to paste:
<script src="http://www.jotform.com/min/g=feedback" type="text/javascript">
new JotformFeedback(
formId: "11151511716",
buttonText: "Contacto",
base: "http://www.jotform.com/",
background:'#F59202',
fontColor:'#FFFFFF',
buttonSide: "bottom",
buttonAlign: "right",
type:false,
width: 500,height: 700);
</script>
Where do I insert this? Any ideas are welcome.
Thanks,
Hi Jaime,
You can use the master page - you can create a widget that you can drop on your template.
All the best,
Ivan Dimitrov
the Telerik team