cancel custom widget

Creating a simple Cancel Custom Widget

Hi there,

I'm trying to create a simple Cancel Custom Widget for use in Instantiation forms, for when a user realizes they don't want to do the process...

My template is:

<div>
<button type="button">Cancel</button>
</div>

and my controller is:

Notifications