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 

Please check the Pre-check the check Box

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



Joined: 02 Nov 2010
Posts: 5

PostPosted: Fri Jun 22, 2012 6:18 pm    Post subject: Please check the Pre-check the check Box Reply with quote

When I click the "pre-check the box" option in the form creation area the command is not saved and the box appears on the site as un-checked. Tried several times but this feature seems not to be working today.

Charles
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Mon Jun 25, 2012 11:07 am    Post subject: Reply with quote

Thank you for the report. I will check into this for our next update. In the mean time, you can fix this issue by manually inserting into the tag for the check box the following parameter:

Code:
checked="checked"


For example, you would change this bit of code:

Code:
<input name="q5" id="q5" value="Yes" type="checkbox">


To:

Code:
<input name="q5" id="q5" value="Yes" type="checkbox" checked="checked">


Nick Ladd
myContactForm.com
Back to top
View user's profile
onthegocasino



Joined: 18 Feb 2009
Posts: 3

PostPosted: Wed Nov 14, 2012 3:06 pm    Post subject: Please check the Pre-check the check Box Reply with quote

I tried your manual fix and the box still does not show as checked. Here is the code I used:

Add me to your newsletter and Promotional list </label> <input name="q20" id="q20" value="Yes" type="checkbox" checked="checked" >
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Thu Nov 15, 2012 5:07 am    Post subject: Re: Please check the Pre-check the check Box Reply with quote

msully1001 wrote:
I tried your manual fix and the box still does not show as checked. Here is the code I used:

Add me to your newsletter and Promotional list </label> <input name="q20" id="q20" value="Yes" type="checkbox" checked="checked" >


Try changing:

Code:
<input name="q20" id="q20" value="Yes" type="checkbox"  checked="checked" >


To:

Code:
<input name="q20" id="q20" value="Yes" type="checkbox"  checked="checked" />


If that doesn't work, post a link to the code embedded in your site and I will take a look.

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