Back to myContactForm.com - Easy email form creation and processing for your web site
myContactForm.com - Help Forum Forum Index myContactForm.com - Help Forum
Have a question that you need answered about myContactForm.com? Post it on this message board but first search this forum and read out FAQ to ensure it has not already been answered. This is not a board to post links to your site! SPAM will be deleted!
 
   Search MessagesSearch Messages
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Gap Before Submit button

 
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Form Management
View previous topic :: View next topic  
Author Message
karrilee



Joined: 08 Sep 2009
Posts: 4

PostPosted: Sat Feb 20, 2016 1:07 pm    Post subject: Gap Before Submit button Reply with quote

how to i remove the big gap that lies between the final form question and the submit button? See my form @ http://www.mensswapmeet.info/request-vendor-table/

Thanks in advance Smile
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Mon Feb 22, 2016 3:40 am    Post subject: Reply Reply with quote

Your web authoring software appears to be adding extra line breaks to the code. If you look at the actual live HTML on the site, you will see the following line break elements in the code:

Code:
<br />


There is an extra one of these at each line of code for lines 194 through 198. These are the source of the extra white space in your form.

Line 194-198:

Code:
<td style="background-color: #ffffff; padding: 5px; clear: left; margin: 0px;"><input id="user" name="user" type="hidden" value="karrilee" /><br />
<input id="formid" name="formid" type="hidden" value="431173" /><br />
<input id="subject" name="subject" type="hidden" value="Vendor Request" /><br />
<input name="submit" type="submit" value="Submit" /><br />
<input name="reset" type="reset" value="Reset" /></td>


Nick Ladd
myContactForm.com
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Form Management All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group