Circumvent Client Validation

0
I have a form with a context object with lots of validations on it. Currently I have to resort to the following to show my custom feedback popup. How can I do this in Mendix?   <button class="customFeedbackNode" onclick="mx.ui.openForm('Feedback/pop_feedback.page.xml', { location: 'popup', callback: function(form) { console.log(form.id); } });"></button>  
asked
0 answers