I have a LiveCycle PDF that has fields requiring validation. I would like to be able to add a Button to perform a Submit that will ignore the validation on the form. If I currently add a Button to the Form and setup the submit properties, validation occurs prior to the submit call which will cancel it.
You can use xfa javascript api to disable validations. if you set xfa.host.validationsEnabled property false then xfa will not run validations. you can set this properties at presubmit event.