Payment option does not show on our "A Tribute to Vietnam Vets" form.

  • whipworks
    Asked on October 20, 2015 at 11:38 AM
  • David JotForm Support
    Replied on October 20, 2015 at 1:06 PM

    Hi,

    I checked your embedded form from the link in your other thread and the bottom is indeed being cut off.  This looks to be due to the height of your iFrame.  In your iFrame code adjust the height attribute to a higher value:

    <iframe id="JotFormIFrame" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.com/52924646978978" frameborder="0" style="width:100%; height:514px; border:none;" scrolling="no"> </iframe>

    This should allow for the full form to show if adjust high enough.

    If it still does not, let us know and we will be happy to have another look.