Hello,
Is there a way to have the approve and reject on all tabs of a form that has pagination?
Thanks!
Hello,
Is there a way to have the approve and reject on all tabs of a form that has pagination?
Thanks!
Hmmm, off the top of my head I would try creating a button on each tab and the use its click action to throw the submit activity. I'll try to test this later. Good luck.
This works...
$(document).ready( function() {
$("#Field43 button").prop("disabled", false);
$("#Field43 button").click( function() {
$('#form1').submit();
});
});
Hi Tiffany - this is now available in On Premise Laserfiche Forms with Update 4:
https://support.laserfiche.com/kb/1014469/list-of-changes-for-laserfiche-forms-11-update-4
However - @████████ - would be great to get this in Cloud too please! 🙂