Cancel button on Record producer

sidarth
Giga Expert

There is a Cancel button on record producer which appears if we select the "Can cancel" checkbox.

I want the user to be redirected to a certain link when the "Cancel" button has been clicked. So far I have been unable to find from where the code of the cancel button is coming.

Do help me out.

1 ACCEPTED SOLUTION

Yes, window.open with "_parent" option is redirecting to another page.



cancel_button.setAttribute("onclick","window.open('https://www.google.com','_parent');return false;");


View solution in original post

17 REPLIES 17

Thanks. It is working now


Search For Macro.



Cancel buttons



you can get a idea


MikeDev
Tera Contributor

Would share how the cancel button appears on record producer. I'm experiencing issue on displaying after enabling the "Can cancel" on record producer.