would like to check how can i hide 'Powered by Joget' at the bottom of the form?
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.
add below CSS at settings.
footer-message {
display: none !important;
}
it will applicable for all forms.
Thanks for the help