HTML - Question Regarding Submit Forms On My Website - Help Please?
hey all,
Thanks for looking at my issue, what i am trying to do is as follows! On my page http://cre8tivepixels.com/Quote%20form.html I have a quote form up the top, that works fine, i then added a section where models could send me three photos, when you click on these tabs it loads the photo up, but all i get is an email with the photo names but NO photos? What do i have to put in my script to make it so i recieve there jpegs, and not just the name of the file? Can this even be achieved? Basically i want the photos that a model submits to be delivered in my email address the same as my Quote Form above? Hope that makes sence? Cheers Dan Similar TutorialsHow do I make a script so the submit forms that were submitted go to my email? If you need my whole html/php script to edit it, ill give you. I do not even know where to start for editing. Please tell me where I put my email to make it submit. If its a javascript please help me out. I'm new to this forum and html as well... Might sound like as silly question... I'm an Android application developer. Recently i developed an app to track down the location of the cell phone using inbuilt GPS Receiver. Now, the user gets the coordinates and needs to enter it into a web site text input to get the exact location of his cell phone. I just want two input type="text" field and one input type="Button". inside input types, user needs to fill in Latitude and Longitude value and on clicking the button, a new windows should pop up with a google maps url like the following : - http://maps.google.com/maps?q=28.422523,77.102102 where 28.422523 and 77.102102 are two text field contents passed from input type="text". Thats it. I tried but on submission of the button, the url becomes http://maps.google.com/maps?q=28.422523&r=77.102102 which doesn't work since google maps cant resolute the url. I cudn't remove "&" and "=" sign and replace it with a ",". Help would be greatly appreciated. Thanks... I've got a quick question. I've got a page with about 6-8 forms on it. Several of the forms are nearly identical, as they accept an ID number, or a selection made from a pop-up option list. What I want to do is collapse the identical forms into a single data entry area and then have several different submit buttons which have different values, then use the value of the submit button to determine what action to perform for the form. My question is... is this a proper use of the type=submit input element, or am I better off keeping the forms separate. All the forms call the same PHP script (itself) to perform the action. I'll be trying it out, but I don't want to waste time redesigning the page if what I'm trying to do will not work. Thanks. ok so i have a java script that directs someone to a site based upon which radiobutton they choose after the cllick submit and then i have BLue mail form which sends me the form data when they click submit the problem is how do i get both of these things to happen? i created this code to try and figure out how to do it <head> <script language="JavaScript"><!-- function go(what) { for (var i=0; i<3; i++) { if (what.sameName[i].checked == true) location.href = what.sameName[i].value; } } //--></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form> <form action="http://www.bluehost.com/bluemail" enctype="multipart/form-data" method="post"> <br><input type="radio" name="sameName" value="http://www.google.com"> Google <br><input type="radio" name="sameName" value="http://www.yahoo.com"> Yahoo <p> Name: <input name="first_name" type="text" style="width: 199px;"><br /> <input type="hidden" name="sendtoemail" value="Myemail-address"> <input type="button" onClick="go(this.form)" value="Continue"> </form> </body> </html> I am a HTML noob so i kinda need a step by step or code answer.. I am trying to submit a forum through javascript, but the catch is I want to change the name of the button being sent through the form. Here is what I have here is the javascript function. Code: function form_submit(option) { if (option == 1) { alert("Option1") document.submit_form.DE_WEB_COMMAND.value = "Login"; document.submit_form.submit(); } else if ( option == 2 ) { alert("Option2"); document.submit_form["DE_WEB_COMMAND"].value="Activate"; document.submit_form.submit(); } } Code: <form action="/EN/cgi-bin/cgi_chip" method="post" name="submit_form" target="_blank" /> <input type="hidden" name="DE_LS_ATTM_USER_NM" value="" /> <input type="hidden" name="DE_LS_ATTM_USER_PSSW" value="" /> <input type="hidden" name="DE_WEB_PAGE_ID" value="login" /> <input type="hidden" name="DE_USER_VALUE" value="389740" /> <input type="text" id="username" name="DE_LS_IP_ATTM_USER_NM" tabindex="1" maxlength="20" value="" /> <input type="password" id="password" name="DE_LS_IP_ATTM_USER_PSSW" tabindex="2" maxlength="20" value="" /> <input type="submit" class="button" accesskey="l" tabindex="3" name="DE_WEB_COMMAND" value="Sign In" onclick="form_submit(1)" /> <input type="reset" accesskey="r" class="button" tabindex="4" name="Reset" value="Reset" /> <input name="DE_WEB_COMMAND" accesskey="E" type="button" class="button" value="New User? Enrol Now" onclick="form_submit(2)" /> </form> I have stripped out the formatting of the form. Anybody see why it doesn't work? Hello, I am trying to create a form so that member can submit a file to our Yahoo! Group. However, I cannot get it to work. Perhaps that this is not even possible? I have an html file that can click on and after they have filled out the form, they would click "submit" and it would post that file into out Yahoo! Group file section. If this isn't possible, is there a way to have it bring up a page with all the information on it after they submitted it so they can just copy and paste? Thanks, DarkEdward I have a form and instead of clicking on a "Submit Button". I would like to have a text link that can be clicked to submit the action. Any ideas. Hi All, I have just joined - Does anyone know of a website that I can create an online free form? An easy builder contact form etc etc. That I can put on my website, any help would be appreciated, thanks guys Hi All, I have just joined - Does anyone know of a website that I can create an online free form? An easy builder contact form etc etc. That I can put on my website, any help would be appreciated, thanks guys Hey everyone! I don't know much about HTML so please be gentle in responding. I'm setting up a form for online donations for the organization I work for and we're using Paypal to receive the donations. The problem is that I need to be able to let people designate their donations to specific projects and such but Paypal won't do that. I know that I can set up a form on our website that allows them to select the different projects, put in the amounts and then have a box at the bottom giving the total donation. The problem I have is that whenever they fill out this form and move on to the Paypal payment page, they have to re-enter the total donation on the Paypal payment page. I want to eliminate this step, if possible. My question is this: Is there a way to have the total donation amount copied and pasted onto the Paypal payment page so they wouldn't have to re-enter it? Thanks for your help in this matter! Jason Hi, I'm looking to create a simple booking form on a html website. It needs to generate an email containing the details for the website owner, as well as show confirmation to the form user that it has posted successfully. I'm trying to establish the best/easiest way of doing this? I have a fairly good grasp of html - but would this involve programming outside of html? Javascript perhaps? If you could point me in a direction it would be much appreciated, Thanks. My page contains several iframes and each contains a form. In IE (but not in FF), when I submit a form, the action page is shown in a new window. How can I make it so the action page is instead loaded inside the iframe? Hi again guys evry1s help has got me to this point, nearly finished now but does anyone know how to put a image as a link to a submit to claim 10%off, ya know like a pic which says 10% off and then they click and submit name tel number email etc. Thanks again guys an gals ps and i still cant find out how to resolve an earlier post, any help would be appreciated. I am attempting to create a rather large form for users to fill out. When doing this does each text box have to have it's own form or should there only be 1 form with all the elements in it? Sorry for the basic question. Here is the example of my code: Code: <table width="200" border="1" bordercolor="#000000"> <caption> Account Information </caption> <tr> <td><form id="form1" name="form1" method="post" action=""> <label>First Name <input type="text" name="setup" id="setup" /> </label> </form> </td> <td><form id="form2" name="form2" method="post" action=""> <label>Last Name <input type="text" name="setup2" id="setup2" /> </label> </form> </td> <td><form id="form3" name="form3" method="post" action=""> <label>Address <input type="text" name="setup3" id="setup3" /> </label> </form> </td> <td><form id="form4" name="form4" method="post" action=""> <label>Zip Code <input type="text" name="setup4" id="setup4" /> </label> </form> </td> </tr> This is just a snippet of the code. Should I just have one form tag that is around all the text boxes? Thanks in advance, Scott Hi. I'm extremely new to html (began learning two days ago) and I'm designing a really basic site for an acquaintance of mine. The purpose of this site will be to promote/encourage people to join and or donate to a research project. So here's my question: What I would really like to do is have a form on the site with fields for first and last name, address, and e-mail, and make it so that when someone submits this information, an e-mail is automatically dispatched, and a counter on the site is moved up a notch. What's the best way of going about this? Like I said, I've been at this a very short period and I only know basic html stuff. Thanks a lot in advance for your help. Trying to do something that seem like it should be a piece of cake... I have a website with 6 or so password protected directories for clients. I want to create a one login page for all of them. So UN=bob and PW=1234, would direct to mydomain.com/bob and automatically login. I've never used forms before but it seems like I should be able to grab a "username" variable and a "password" variable from input boxes and then have a "submit" button that goes to http://username:password@mydomain.com/username All without using a database or a server side script. Yes? No? I have never designed a form before, I need help with how to get whatever the user submits to display. I want the text that is typed in the "comment box" to be sent to the current page. In other words I want it to work like ebay or amazon where other people can read feedback and comments from others. This is the code I have so far. <html> <body> <form> First Name: <input type ="text" name="firstname"/> <br/> Last Name: <input type ="text" name="lastname"/> <br/> <br/> Comments orSuggestions: <br/> <textarea rows="10" cols="50"> </textarea> </form> </body> </html> I have both <div id="images"></div> and <form> on the right column of my page. I want to overlap the two of them, because the form is hidden so that when the viewer clicks on "contact us" the images div will disappear then the form appears, through behaviors. But the form is below the images div tag, so when I click on contact us, the images disappear, but the form appears on the bottom of the image div tag, its suppose to take the place of the images div tag instead. _________ Hey all. I haven't designed a website in over 5 years and am extremely rusty. I'm trying to create a contact form and i have a question. When i hit submit it opens up outlook and just fills in the too with the e-mail i choose and the body has the content of the form. I don't want it to do this. When i hit submit i want it to send the contents of the form to an e-mail of my choosing and then take you to another page that says "Thank You for your submission" or something along those lines. Right now i have: <form action="MAILTO:example@example.com" method="post" enctype="text/plain"> <h3>Please fill out the form below and someone will be in touch with you shortly.</h3> Name: <br/> <input type="text" name="name"/> <br/> City: <br/> <input type="text" name="city"/> <br/> State: <br/> <input type="text" name="state"/> <br/> Zip Code: <br/> <input type="text" name="zip"/> <br/> Phone #: <br/> <input type="text" name="phone"/> <br/> E-Mail: <br/> <input type="text" name="email" /> <br/> Comment: <br/> <textarea rows="10" cols="80" wrap="physical" name="comments"> </textarea> <br/> <br/> <input type="submit" value="Send"> <input type="reset" value="Reset"> </form> What am i missing and how do i go about doing what i want? Thanks in advance!! im going to have a flash code with an html code inside. theres a link to where the flash player is getting the information from which includes a ID number. all i want to do it make a submit form or whatever i'd need, si i can just type in an ID (example: 134579) and it'd put the numbers inside the code and show that ID's information. any help? thanks in advance. |