I have added a script in Script Editor:
<script>
var optionsFeedback = { title: "Feedback", url: ' /sampleurl/newform.aspx' };
</script>
In a Content Editor webpart, added the following:
<a onClick=”SP.UI.ModalDialog.showModalDialog(optionsFeedback);” href="#">Test Feedback</a>This works in Chrome but not in IE 11, the pop up does not display. Please help