HTML - Image Verification For Submitting Forms
Hi everyone,
I needs some help with image verification which I see on most websites these days. There is usually an image with blurred letters which are required to be typed into a field which verifys the user. Is this javascript? How would I implement this onto my webiste? Some links, code or other feedback would be much appreciated! Thanks Raggy Similar TutorialsI'm able to create a form with a submit button. http://pastebin.com/nCnAiKZJ What I would like to be able to do is take this table/form and allow it to be viewed. I'm going to see if i can mail it to myself, but I would like to be able to create some kind of something for every submission. Ideally, I would like this some kind of something to exist on the website. This some kind of something would be clicked on to bring up a view of the filled in table/form. Hi all, I am currently trying to add a form onto a site. Everything looks fine visually, due to the aid of W3. I would like the information the user inputs, to get submitted to an email account inbox. That can be done cant it? I would like a page to come up to explain they have submitted there entry too. If anyone knows where I can find this out, that would be brilliant. (Below is what I have so far) Thanks Tom <div id="submit"> <form> <form name="input" action="mailto:XXXXXXX@beeb.net" method="get"> County: <input type="text" name="county"> <br><br> Town/City: <input type="text" name="town"> <br><br> Restaurant: <input type="text" name="restaurant"> <br><br> <input type="radio" name="level" value="star_1"> 1 star <br> <input type="radio" name="level" value="star_2"> 2 stars <br> <input type="radio" name="level" value="star_3"> 3 stars <br> <input type="radio" name="level" value="star_4"> 4 stars <br> <input type="radio" name="level" value="star_5"> 5 stars <br><br><br> Name: <input type="text" name="name"> <br> Email: <input type="text" name="name"> <br><br><br> <input type="submit" value="Submit"> </form> Hi guys I trying to create a html page with php that links to an SQL DB,I currently have 2 separate forms that submit information to the DB when I click the button relating to that form.I am trying to create it so that I have one submit button and when I click that it will enter the information from both forms into that DB. Here is my code (HTML Page) Code: <html> <head> <title>update database</title> </head> <body> <form method="post" action="update.php"> title:<br/> <input type="text" name="solution" size="70"/></br> <input type="submit" value="Insert saved solution here"/> </form> <form method="post" action="update.php"> title:<br/> <input type="text" name="problem" size="70"/></br> <input type="submit" value="State the type of problem occurred"/> </form> </body> </html> (Seperate PHP Page) Code: <?php $solution = $_POST['solution']; mysql_connect ("localhost", "root","password") or die (mysql_error()); mysql_select_db ("heskdb"); $query="insert into hesk_std_replies (solution) values ('$solution')"; mysql_query($query) or die ('error updating database'); echo"database updated with:".$solution; $problem = $_POST['problem']; mysql_connect ("localhost", "root","password") or die (mysql_error()); mysql_select_db ("heskdb"); $query="insert into hesk_std_replies (problem) values ('$problem')"; mysql_query($query) or die ('error updating database'); echo"database updated with:".$problem; ?> Any help would be much appreciated Thanks Hello, This may be a stupid question, but does anybody know how, if it is possible to submit a form by using just a link? In this situation, I want to submit a form without using a submit button. If anyone can help, that would be great. Hi I'm writing code for a conference registration page, and having a friend write the php for it. I've never worked with forms before. How can I create an if statement that dosn't allow a viewer to submit their form if they have not filled out all the forms and also checked a confirmation text box? IE, an error box or page comes up if they have left a blank field and not clicked the text box. I know this involves at least some javascript so this may be the wrong forum. Thanks! Hello. Im a newbe with respect to webdesign, however for my thesis i need to conduct a large sample psychometric test. Viewers will rank a series of images (5 to a page) in order of preference. Once they have ranged those 5 images the webpage needs to go onto the next set of images. I need to gain results on the rankings that people put these images into. Making a webswite to display the images and radio buttons is pretty simple and i can do that easily its the result gathering process that i dont have time to code. Sample size is approximatly 2500 and to be representative id prefer an online one rather than taking that many results myself. In terms of images, there will be 25 image experiments. With each experiment made up of 5 versions of the same image that differ slightly in exposure.; Any help would be much appreciated. Planning to use Matlab to analyse the results. Cheers. Ed would anyone know where i can get a free adult age verification page or button for a website been looking and even downloaded one with NO SUCCESS thankz I'm working on an adult site for a client that needs to use an age verfication form before allowing visitors into the adult sections. I have the age verification form in place, but it only directs you to one page upon proper adult verification. What I would like to have happen is, a visitor clicks on a specific adult topic (there are several to choose from), have their age verified only once (I think this can be done with cookies), then be directed to the specific section they selected in the first place. I'd like to know, 1.) What should I use for the cookie code? 2.) Any ideas on how I can set it up that they're directed to the right spot after they're verified? Thanks! Hi All, I have been searching how to do field verification via Html/CGi. but it somewhat confuses me. I am trying to capture a users mobile phone number via a form. But i want them to enter their phone number twice, when they submit the form i want to check that both fields match. Can anyone point me in the right direction? Thanks, Paul Hi, I hope someone won't mind helping w/ this: this code will not display and I can't understand why? It's short, please help me out? It actually displays fine in GoLive Preview, but when I upload to IPage Webhosting there is just a blank page, and tech support says it is my code that is the problem. HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="generator" content="Adobe GoLive" /> <title>Roy's Writing Home</title> <link href="css/basic.css" type="text/css" rel="stylesheet" media="all" /> <style type="text/css" media="screen"><!-- #layer1 { height: 33px; width: 103px; left: 336px; top: 200px; position: absolute; visibility: visible; } #layer2 { height: 33px; width: 226px; left: 478px; top: 200px; position: absolute; visibility: visible; } #layer3 { height: 40px; width: 150px; left: 850px; top: 950px; position: absolute; visibility: visible; } #layer4 { height: 30px; width: 400px; left: 18px; top: 1160px; position: absolute; visibility: visible; } <html> <head> <style type="text/css"> a:link {color:#CD0000; text-decoration:none; } /* unvisited link */ a:visited {color:#7F5A58; text-decoration:none;} /* visited link */ a:hover {color:#CD0000;} /* mouse over link */ a:active {color:#CD0000; text-decoration:none;} /* selected link */ </style> <body background="images/Home_BACKGROUND.jpg" alt="" height="1300" width="1941" border="0"> <div id="layer4"> Website design by Crystal McCarthy, 2012</div> </p> <div id="layer3"> <a href="mailto:speechless2009@aol.com"><img src="images/EMAIL_ROY.jpg" alt="" height="38" width="150" border="0" /></a></div> <div id="layer1"> <a href="pages/Poems.html"><img src="images/POEMS_LINK.jpg" alt="" height="33" width="103" border="0" /></a></div> <div id="layer2"> <a href="pages/Short_Stories.html"><img src="images/Stories_LINK.jpg" alt="" height="33" width="226" border="0" /></a></div> </head> </body> </html> Hi, I'm not sure if I've put this in the right section, but I'm looking for a method that will send an email confirmation to people who submit to my mailing list to check to see if it is actually their email address. Like when you sign up to forums and you have to click the link in the email to confirm. Has anyone got any ideas? thanks I have a blog so I can't upload a verification file for Yahoo site explorer. Gratefully I excepted option number 2 to insert a tag between my head. <meta name="y_key" content="4253c75a2c6d0c12"> This worked fine with the google tag but yahoo claims he cannot find it. Does anyone else did this verification with his blog? Where exactly did you place it? I'd like to submit my sitemap... This works for google but not Yahoo... <head> <meta content='gdfg4545Pl4djusJuBMlgrdagraef4t5t5ckreg45Q' name='google-site-verification'/> <meta name="y_key" content="4253c75a2c6d0c12"> <b:include data='blog' name='all-head-content'/> <title><data:blog.pageTitle/></title> <b:skin><![CDATA[/* this is my page http://web.vtc.edu/users/cjb06271/CI...nal/order.html there are several things I would like to happen. 1. the right collumn background to be where the right collumn should be(so other links in navbar) 2.The test between the roach pictures to be alligned with the top rather than bottom of pictures (so smaller windows can see) 3. When you size the window smaller than the text, a scroll bar appears, and when you scroll the background no longer exists. If I put it on auto the background will only go as far as the text does. 4. (nice but not required)The cocroachs to be alligned to the left and right of the top bar respectively, and the text in the middle. 5. (nice but not required) the right column background image is being cut in half (as does the top one if you size small enough). any way to make the images ignore the collumns? don't worry about the colors I will be changing them soon What I want to have on my page is have what is submitted on a form to show up on the website. like a guestbook... How can I do that? Hello everybody, If I have a simple form that I need to constantly submit, is their a way where I can add some information to the URL that will automatically click "submit" for me, nothing in the form needs to be filled out. Here is a copy of the form: <form method="post" name="vali"> <input type="submit" name="vote" value="Submit Form"> </form> This is the current format of the URL (PHP) http://abc.com/?action=1234&id=5678 I would greatly appreciate any help. Thanks, DreAdeDLyNcH Okay I've made a Form using html, and I need help on how to Submit it. I used "mailto:" which was a mistake I think... It always opens Microsoft Outlook even when that person doesn't use it, and has to download it. The easiest way for me to get the submissions would be from email, but I need something that will let you pick an email client or something... Just something simple. Any help? I'm having trouble with the submitting of a form. Here's my code: HTML Code: <form method="POST" action="example.php" name="r"> <br><br><table cellpadding="3%" cellspacing="0" width="30%" align="center"> <tr align="center"><td class="tablehead2" colspan="2">SCRIPT CHECK</td></tr> <tr align="center"><td class="mainnowidth2" colspan="2"><img src="captcha.php"></td></tr> <tr align="center"><td class="mainnowidth2">Enter Code:</td><td class="main2"><input type="text" name="code"></td></tr> <tr><td align="center" colspan="2"><input type="submit" class="subin" name="verify" value="Submit!"></td></tr> </table> </form> When i enter something into the text input and press the return key, the page loads but the script runs as if the POST data was never entered, but if i click the submit button or press tab and then return, it works fine. Can anyone suggest what the problem might be, and a possible solution? Thanks in advance for any help. Hi. I'm trying to clear a contact-form when when the user has pushed the submit button. Anyone know how to do this? The reason I want this is because a new window opens and tells the user that the message has been sent. And when this window is closed the message is still in the form. Hope i make myself clear Parashurama ooh, its been a long time since i had to ask a question in here. i have a form that just wants to redirect to the home page, no matter what the action is. HTML Code: <form id="contactForm" method="post" action="index.phtml?file=contact.phtml" enctype="multipart/form-data"> <input class="input" name="contact_name" type="text" onfocus="if(this.value == 'Name:') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Name:' }" value="<?php echo (!empty($_POST['contact_name']) && $_POST['contact_name']) ? $_POST['contact_name'] : 'Name:'; ?>" /> <input class="input" name="contact_phone" type="text" onfocus="if(this.value == 'Phone:') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'Phone:' }" value="<?php echo (!empty($_POST['contact_phone'])) ? $_POST['contact_phone']: 'Phone:'; ?>" /> <input class="input" name="contact_email" type="text" onfocus="if(this.value == 'E-Mail:') { this.value = ''; }" onblur="if(this.value == '') { this.value = 'E-Mail:' }" value="<?php echo (!empty($_POST['contact_email'])) ? $_POST['contact_email']: 'E-Mail:'; ?>" /> <textarea name="contact_message" cols="1" rows="1" onfocus="if(this.value == 'Message:') { this.value = ''; }" onblur="if(this.value=='') this.value='Message:'" /><?php echo (!empty($_POST['contact_message'])) ? $_POST['contact_message'] : 'Message:'; ?></textarea> <a href="#" class="right link1" onclick="document.getElementById('contactForm').submit()">Send</a> <a href="#" class="right link1" onclick="document.getElementById('contactForm').reset()">Clear</a> <input name="ContactSubmit" type="hidden" /> </form> and its not submitting. i think i messed up the link submits, what url shoudl be in there, when i put in index.phtml?file=contact.phtml it stays on the page but doesnt process. also, is the enctype correct for this type of post? also my doc type is xhtml strict, but i am going to have to satisfy a couple errors as far as that is concerned as well, its complaining about Quote: document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag when i change the action even to itself which is /contact.phtml it still redirects to the home page. i have to ask it, what obvious fundamental have i forgotton? EDIT, ok it must be in the link submits, when i delete the href tag out of it completely, it seems to be processing. i cant figure out why the # sign was in there, whats supposed to be there for a link submit? i trued a url and that didnt work right When you type your email address into the text field and press submit, nothing happens. Here is my form code. I think everything is right on the database side... I didn't write it, or this, but I need to fix it xD I think the code was written in frontpage (I'm a notepad coder, myself), so there's some garbage in there. Any help would be appreciated. Thanks, Sondra Code: <form method="POST" name="e-newsletter" action="../librarynews-submit.asp"> <p>Email <input type="text" name="email" size="25"></p> <hr> <p> <input type="checkbox" name="teen" value="yes">Check this box if you would also like to subscribe to the QPL Teen Newsletter. </p> <!--<p><select size="1" name="Interest" multiple> <option selected>General</option> <option>Children's Activities</option> <option>Teen Events</option> <option>Adult Programs</option> <option>Book Sale Notification</option> <option>Friends of the Library</option> <option>New Arrivals</option> </select> <font face="Arial">Area of Interest</font></p>--> <p> <input type="submit" value="Submit" name="Submit"> </p> </div> </form> |