1
0
-1

i want to remove the ability of accepting forms on the web app. for that i want to remove the complete button the user can press after viewing the pending forms to approve in their inbox. any idea how that can be done and which source file i should be looking for? or is there a better way of doing so? thanks

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi

      If you set the form to readonly, Joget Workflow will automatically remove the 'Submit' button.

      You can create a new menu in userview just for viewing the form (to separate from the Approver Menu), and set it to readonly checkbox in:

      • Userview Builder > Edit Form > Readonly? = Yes, or in
      • Userview Builder > CRUD > UI (Edit) > Readonly? = Yes

      There is an example app called the Leave and Vacation App in Joget Marketplace where you can view example of view only or read only forms (see the My Leave History menu). All apps in Joget Marketplace are free and access to form, list and userview are given so you can learn by example.

       

       

       

      1. MK

        Hi Thanks for your reply. The application im devaloping requires the user to always prove from their mobile app and never through the web app. What i would like to do is to not give whoever is creating the form an option regarding approving but to always force the form to be read only. This is why i thought of changing the source code. So perhaps there is a file to edit so i can force it to always be read-only?

      CommentAdd your comment...