Upload Button
- FlorianAsked on July 06, 2011 at 03:32 PM
Hello,
I have an upload function integrated into my form. However if something is uploaded you can't see the message submit button any more to send the message.
Kind regards
- JotForm SupportNeilVicenteAnswered on July 06, 2011 at 03:54 PM
Hi Florian,
The multiple file upload field in your form displays a progress indicator whenever a file is being uploaded. Thus, the submit button is pushed downward and in effect, hidden, by this progress indicator.
To counter this problem, I suggest that you embed the form using iframe codes, then change the scrollbar option to "auto" so that scrollbars will automatically appear whenever needed.
To get your form's iframe codes:
1. Go to Setup & Embed tab
2. Click Embed Form
3. Click iFrame
4. Copy the codes provided in the succeeding screenIn the iframe codes find this code:
scrolling="no"
then change it to
scrolling="auto"
Let me know how this solution works for you. Feel free to contact us again if you have other questions. Thanks!
Neil