You are viewing limited content. For full access, please sign in.

Question

Question

Approval button on all pages with pagination

asked on January 31, 2022

Hello,


Is there a way to have the approve and reject on all tabs of a form that has pagination?

Thanks! 

1 0

Replies

replied on August 4, 2023

This feature is now available in both cloud and self-hosted.

1 0
replied on August 7, 2023

Thanks Cosette - fantastic!

0 0
replied on February 1, 2022

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.

0 0
replied on February 1, 2022

This works...

 

$(document).ready( function() {
  $("#Field43 button").prop("disabled", false);
  $("#Field43 button").click( function() {
    $('#form1').submit();
  });
});

0 0
replied on July 18, 2023

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! 🙂

 

0 0
replied on July 18, 2023

Thanks for finding this post to update the users who were waiting for this feature! 

And yes, this feature is coming to cloud very soon :D 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.