View previous topic :: View next topic |
Author |
Message |
tomjonovic
Joined: 19 May 2007 Posts: 5
|
Posted: Wed May 25, 2011 8:15 am Post subject: Submit Reset buttons do not show up on Website |
|
|
Everything show up on website, except for Submit, Reset, Print buttons.
In preview mode, everything is fine. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu May 26, 2011 6:42 am Post subject: Reply |
|
|
The buttons are likely there, but the software you are using to build the web site is cutting them off. This is a common issue with people using iweb as iweb uses a somewhat funky method of inserting the code within an iframe when using a 'widget'. If this is the case in your instance, you need to add some space below the form when adding it by appending some additional line breaks to the end of the code you are inserting. This will stretch the iframe that iweb uses out a bit and allow you to see the bottom of the form. Adding the following to the end of the form code should do the trick:
Code: |
<br /><br /><br /><br /> |
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|