Help

Form not showing fully

651 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Katrina_Boyd
4 - Data Explorer
4 - Data Explorer

I created a form (or survey) successfully and embeded it on a web page for my university class, but it is cut off. Not all the questions show, yet the submission button is there at the bottom as it should be.
Any suggestions?
Thanks
KGB

1 Reply 1

Hi @Katrina_Boyd - if you are using the embed code you should have something like this:

<iframe 
  class="airtable-embed" 
  src="https://airtable.com/embed/shrj40LATHogtA?backgroundColor=yellow"
  frameborder="0"
  onmousewheel=""
  width="100%"
  height="533"
  style="background: transparent; border: 1px solid #ccc;"
></iframe>

You can increase the height number to extend the length of your form. Might take a few goes to get it right - not too short, not too long.