How to remove JotForm Branding on Forms

  • forestdesign
    Asked on November 16, 2017 at 1:44 PM

    I think JotForm is brilliant, if a little pricey for a license.

    I have paid up front for a 12 month license. I thought this would enable me to publish forms without any JotForm branding.

    But I see when I publish my form, it has "Powered by JotForm" on the bottom of the form, and an advert & link on the send acknowledgement to "create your own form"

    How can I publish a form without JotForm adverts please? 

    Also, the Submit button on my screen is sometimes nearly off the bottom edge - is there anything I can do to rectify that please?

  • forestdesign
    Replied on November 16, 2017 at 2:08 PM

    I have found in another forum post how to access my settings with http://singbarbershop.com/Chorus-Dec-Eval.htm after login.

    Cant see a link on my forms page.

    But I have now unticked the "show powered by" at the bottom.

    Still have the slight issue of the submit button nearly being hidden at bottom of page

  • Sabbir
    Replied on November 16, 2017 at 2:14 PM

    I have added css code for your submit button. Hope this is ok now.

    Can you check back to your website and let us know if its ok with you?

  • forestdesign
    Replied on November 17, 2017 at 8:22 AM

    Where did you put the CSS code?

    It hasn't changed, the Submit button is nearly off the page.

    Location has changed to
    http://singbarbershop.com/contest-application/chorus-dec-eval-light.htm 

    If it can be fixed it would be nice, but it's not so bad as when the final checkbox is ticked the form jumps up to the position it should be in.

    But I really do like JotForm - so easy and intuitive!

    Thank you

  • Marvih
    Replied on November 17, 2017 at 10:00 AM

    Can you inject this CSS code into your form:

    .form-submit-button{

      margin-bottom: 50px !important;

    }


    Here is how to inject custom CSS code https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this help.

  • forestdesign
    Replied on November 17, 2017 at 10:40 AM

    I see now where you put the CSS.

    That works great, thank you.