1
0
-1

would like to check how can i hide 'Powered by Joget' at the bottom of the form?

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      add below CSS at settings.

      footer-message {

       display: none !important;

      }

      it will applicable for all forms.


      1. Christopher Yong

        Thanks for the help 

      CommentAdd your comment...
    2.  
      3
      2
      1

      Hi Christopher, if you go to UI Builder → you can click on the footer to edit the message, change color of the footer etc. Hope this helps.

      1. Christopher Yong

        Thanks for the help 

      CommentAdd your comment...