Can I add Javascripts to buttons?
-
I have a Jotform (www.jotform.com) that pops up in a lightbox.
I can add the script to the HTML editors in WordPress, but I was wondering if it’s possible to add the script to MaxButtons?
This is what I want to add:
<script src=”https://form.jotformeu.com/static/feedback2.js” type=”text/javascript”></script><script type=”text/javascript”>
var JFL_93094515649365 = new JotformFeedback({
formId: ‘93094515649365’,
base: ‘https://form.jotformeu.com/’,
windowTitle: ‘Expert Labels Quote Form’,
background: ‘#FFA500’,
fontColor: ‘#FFFFFF’,
type: ‘1’,
height: 600,
width: 500,
openOnLoad: false,
iframeParameters: {
‘howCan’:’Some samples’
}
});
</script>
Get Samples
Thank you!
The topic ‘Can I add Javascripts to buttons?’ is closed to new replies.