My Employment Form

  • Wayne0001
    Asked on May 26, 2018 at 11:29 PM

    Since changing how this form to inframe your banner covers the Submit Buttons.

    Seems like a sneaky way to get people to pay to remove your advertising, please tell me it is not.

    This problem occurs randomly on my PC and constantly on my Samsung phone.

    Would be very interested in your quick response.

    Thanks,

    Wayne

  • liyam
    Replied on May 27, 2018 at 2:25 AM

    Hello, 

    The JotForm banner at the bottom of the form appears always for free users or if you have an upgraded subscription with the JotForm Branding enabled on your account's settings. It is not an occasional and shall appear every time your form loads on the browser either through the direct link of the form or if the form is embedded on a page.

    You may disable this by going to your My Account Settings page, scroll down and untick the checkbox after you have upgraded your account

    1527401476my account settings   jotform  Screenshot 10

    With regard your submit button, it appears that your main page's CSS settings are affecting the automatic height controls of the iframe which is why it somewhat hides the submit button, as it is not supposed to appear like that and what should happen is it should leave additional space for the branding at the bottom.

    Can you try adding a padding-bottom: 0 inside your iframe code's style attribute to see if it works better?

    <iframe

          id="JotFormIFrame-81111374084853"
          onDISABLEDload="window.parent.scrollTo(0,0)"
          allowtransparency="true"
          allowfullscreen="true"
          allow="geolocation; microphone; camera"
          src="https://form.jotform.co/81111374084853"
          frameborder="0"
          style="width: 1px;
          min-width: 100%;
          height:539px;
          border:none;
          padding-bottom: 0;"
          scrolling="no"
        >

    Thanks.