HTML - Pdf Form Onsubmit Via Website/interenet
helllo, again
i have a website where there is a link to a *.PDF form, The customer can fill in the form and hit "submit by mail" , it works perfect i recieve that data via email xml. but NOW, I've had some customer that don't have email access and want to be able to submit the form via internet.. i know it can be done, i have read lots on that issue via adobe website.. but i really dont understand the steps, the way they explain it is very complex and i would like someone to guide me if there is a short cut or atleast tell me step by step.. i use adobe professional 8 and I have adobe livecycle too.. please help, thanks Similar TutorialsI have designed this page http://www.colletts.co.uk/submit/upload.shtml allowing our staff to upload doc's and photos back to the office easily for blogging and tweeting. When you click the submit I wanted to display a shadowbox with a loading.gif until it redirects to the submission success page http://www.colletts.co.uk/submit/sub...n_success.html Any ideas? Mas The php action script below "recieved2.php" is a pop up window. Once my users put in their information and hit submit it pops up a window saying thank you which is the recieved2.php. I want to know if I can have the main page redirect to another page on submit while having my thank you message pop up at the same time. Thank you Code: <form action= "received2.php" method="post" name="form1" target="_blank" class="style1" > i've designed my page as: HTML Code: <div class="yesVisible" id="loginFormDiv" name="loginFormDiv"> <form method="get" id="loginForm" name="loginForm" onsubmit="validate(this)" > <input type="text" size="10 /> <img src="login.gif" name="loginImg" id="loginImg" /> </form> </div> And the validator function is as follows: Code: function validate(form) { var v= document.getElementById("loginFormDiv"); // print a line saying loggin in and show an icon in the login div v.innerHTML=" <h1> loging in... </h1>" + "<img src=\"loadin.gif\" />" alert("validating"); // later other ajax code will be here return false; } But unfortunately this code is not working...........What should i do ???? This code is intended to let users a feeling that they are loggin in...... The website will be made for: http://www.favourite9site.com/blog hello, I have a form it works perfect, i use natemail, however i wanted to know if there is a way that when the customer hits submit and they get that thank you page, if they can also get a "generated tracking number or referece number".. or something of that sort.. if someone can help me please reply... I can post my scrip.. even though I have Previously, posted this tread in php scrip, lots of view but no one has posted any reply, can some just tell me if its possiable? or is there anything similar, i need some guidence... thanks Hi, I've set up a pop up calendar which I want to use to generate a delivery date that is then displayed on another page. I've set up the calendar and when I choose the date from the calendar it's stored in a field. You can see it he http:// www. market-stalls .co. uk / calendar / deliverydate . html Is there any way I can use a submit button and onSubmit to store this data and print and display it on another page? Thanks! Hi again! Now beginning to get somewhere with this website. I have created a page on the site, where I want people to be able to upload a CV and submit regarding jobs etc, however the form doesn't seem to work. I don't mind how the information is stored, whether online etc, but rather it was send in an email the page is www.wylamleisure.co.uk/jobs.htm All help appreciated John Gray Hi guys, I have a client who's on a budget and has a unique need in one of their forms on the website. They are a shuttle company that caters to college students. In the form, there will be a drop-down option for University, and when you choose one, a second drop-down field needs to appear below to select the dormitory, from a list. I wanted to know if anyone had any simple, affordable ideas to get this done. Any feedback is appreciated, thanks alot! You guys have helped me alot in the past and I thank you. -Nick Intuition Designs LLC HI, I just started here... like two minutes ago. I NEED help on getting a form to automatically post to a page on my website. So, i'm making a class website, right, and I need my teacher to be able to post stuff on a page and have it erase what was already on there (every week). My teacher does not know html, so I would like to have a text box automatically edit the page, I am a medium web designer... but I do not know ANYTHING about this, I have searched EVERYWHERE and couldn't find ANYTHING. It got so annoying that I gave up for about 6 months... until today, which is why I'm asking this. By the way, I would also like "Contact us" forms to go directly to my email, WITHOUT any CRAPPY websites (like the one I'm using now) any help would be very appreciated!! I am working on a website that deals with a form for an electronic check. I pretty much know how to do the code for getting the values, etc, I just do not know how to create the actual forms. I have to create the pages in Visual Studio 2008. Here is what I have to create: The first image explains what is supposed to be in each field of the form. The second image is what it is supposed to look like after the user inputs information to the form. And here is what the result is supposed to be after the user clicks the preview button: So like I said, I know how to do most of the coding, I just have no idea how to manipulate Visual Studio to make the forms look like, or at least similar to, the pictures I posted. I have experience in html and css and some in javascript. So that is not really the issue. I just do not know Visual Studio too well. It seems like there is something easy and/or obvious that I am missing. I played around with VS for several hours earlier and I could not make anything that looked similar the images. Any help is greatly appreciated. What is a good, simple and secure example code to send a contact us form? If I use html it warns the user that the connection is unencrypted and in internet explorer makes you creat an email account in order for the form to be submitted. I just want to send a few text area values to my email as a contact us form. Thanks! hello, please help me! I created my wesbite using Dreamweaver 8, and i am having problem with a "form/submit" option. I've created a form inside a "DIV layer"(inorder to be able to move around). I want the form to be able to ALERT the customer that he/she is missing a "required" field, when they hits SUBMIT BUTTON and be able to go back and "enter it" and then when they hit the SUBMIT BUTTON and all the required field are listed then it will SUBMIT the form and OPEN the POP UP WINDOW. NOW here is the problem both scrips are working but they are conflicting each other, When I go to my site and HIT the SUBMIT BUTTON without entering any fields A POP UP WINDOWS comes up and tells me i am missing the field "WHICH is what i want" but then instead of letting me go back and enter the field, it automaticly submits the form and a NEW WINDOWS comes up with the "forms submission result" and I then recived an email.. Now what can I do to correct this? How can i make it work properly? is there another simple script? i thought maybe the problem is on the ONSUBMIT action? If i have to re-write everything again i am willing to do so! I just don't understand, why does it submit the form if there are "required" fields missing? why doesn't it let me go back and type in the field and then do the rest? Please HELP here is the page where my form is located at : http://www.towone.com/formstest56.html and here is the script: </style> </head> < form action ="http://towone.com/cgi-sys/FormMail.cgi" method="POST" onsubmit="return (checkrequired(this)|createTarget(this.target));" target="formtarget"> <input type="hidden" name="recipient" value="danay@towone.com" /> <input type="hidden" name="subject" value="FORM REQUEST" /> <script> function checkrequired(which){ var pass=true if (document.images){ for (i=0;i<which.length;i++){ var tempobj=which.elements[i] if (tempobj.name.substring(0,8)=="required"){ if (((tempobj.type=="text"||tempobj.type=="textarea")&&tempobj.value=='')||(tempobj.type.toString().cha rAt(0)=="s"&&tempobj.selectedIndex==-1)){ pass=false break } } } } if (!pass){ alert("One or more of the required elements are not completed. Please complete them, then submit again!") return false } else return true } </script> <script type="text/javascript"> function createTarget(t){ window.open("", t, "width=600,height=550"); return true; } </script> <body> -------------AND THEN FOR THE FORM IN WHICH IS INSIDE A DIV LAYER------ ------------------------THIS IS THE SCRIPT:------------------------------- <div id="Layer8"> <form action="" method="post" name="form1" class="style3" id="form1"> <strong>Request form to be sent to you via?</strong> </p> </strong> <label>NAME: <input type="text" name ="requiredNAME" /> </label> <p> <label>EMAIL: <input type="text" name ="requiredEMAIL" id="email_add"/> </label> </p> <p> <label>FORM: <select name="Form"> <option selected="selected">Select FORM</option> <option>Pickup Order Form</option> <option>Credit Card Form</option> <option>Quote Request</option> <option>IRS W-9</option> <option>Company Package</option> <option>Truck Insurance</option> </select> </label> </p> <p> <label>SEND VIA: <select name="Recieve_Via"> <option>Email</option> <option>Fax</option> </select> </label> </p> <p> <label>FAX: <input type="text" size="3" maxlength="3" name="area" /> - <input type="text" size="3" maxlength="3" name="prefix" /> - <input type="text" size="4" maxlength="4" name="extension" /> </label> </p> <p align="center"> <input type="submit" name="Submit" onSubmit="return checkrequired (this)" "value="Submit" /> <input type="reset" name="Reset" value="Reset" /> </p> </form> </div> Hi there! Anyone know where i would put this: onsubmit="return checkForm();" I think the code is right below! Feel free to hack away if anyone sees any problems? Matt PHP Code: <form ACTION="http://www.thisisnep.co.uk/commercialscripts/andfeedback.asp" METHOD="POST" enctype="multipart/form-data" NAME="OnlineEnquiryForm" id="OnlneEnquiryForm" > <INPUT TYPE="hidden" NAME="FH_toaddress" VALUE="hurley_@hotmail.co.uk"> <INPUT TYPE="hidden" NAME="FH_subject" VALUE="OnlineEnquiryForm"> <input type="Hidden" name="FH_redirecturl" value="http://www.matthurley.net"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="right">Full Name:</td> <td> </td> <td><input name="Name" type="text" id="Name" size="40" /></td> </tr> <tr> <td align="right"> </td> <td> </td> <td> </td> </tr> <tr> <td align="right">Email:</td> <td> </td> <td><input name="Email" type="text" id="Email" size="40" /></td> </tr> <tr> <td align="right"> </td> <td> </td> <td> </td> </tr> <tr> <td align="right">Contact Telephone Number:</td> <td> </td> <td><input name="Telephone Number" type="text" id="Telephone Number" size="40" /></td> </tr> <tr> <td align="right"> </td> <td> </td> <td> </td> </tr> <tr> <td align="right">How did you hear about Us:</td> <td> </td> <td> <input name="How Did You Hear About Us" type="text" id="myMandatory1" value="<Please Fill In>" size="40" mandatory="1" /></td> </tr> <tr> <td align="right"> </td> <td> </td> <td> </td> </tr> <tr> <td align="right" valign="top">Any othe comments...</td> <td> </td> <td><textarea name="Comments" cols="40" rows="10" id="Comments"></textarea></td> </tr> <tr> <td align="right"> </td> <td> </td> <td> </td> </tr> <tr> <td align="right"> </td> <td> </td> <td><center> <input type="hidden" name="action" value="1" /> </font> <input type="submit" name="Submit" value="Submit"/> </font> </td> </tr> </table> </form> hello, i need a website for german customers, somethign like www.podmod.de because i would like to offer the same. So if anyone has an idea where to start, or even can offer me something i can buy, please do so. my email: verenamueller999@web.de thanks verena. I have some links (in the header, the SUPPORTERS) to different websites, but when I click on them the address in the address bar does not change to the address of the website that I clicked. How do I make it show the address that I clicked on? Thanks. http://www.ac.wwu.edu/~fencing/ I am a total noob but volunteered to administrate the website, because there was no one else to do it. Hi, I am trying to find a way in which a website that is linked on my homepage can be opened while keeping at least one form of my homepage open as well. e.g.: Google images :http://images.google.com/imgres?imgu...en-us%26sa%3DG sorry for the massive link. Hope you get the idea. So what i want is to have a bar on top that is my homepage (like the google bar in the link), but the rest is the actual website that has been linked. I don't really care much about the url. It doesn't have to be my homepage url, it can be the actual website url. Google has been able to do that somehow, so it is possible. I would just like to know how and if it is hard to do. If someone knows how to do it, it would be great if you could give me a link to a tutorial, or explain it. thanks Hi How to add a website counter to my website. So that when ever a visitor visits the website I want the counter to increase say from 101 to 102 and then for a new visitor it should be 103 and then again for the next visitor 104 and so on..... I want to know the code. There are number of websites that are offering this but they put their advertisement which I don't want How can I achieve this exact basic website layout? http://www.cloutonline.com/ Of course I will use my own logo, links, etc. But that is the same exact design I was going for. That same layout. Tables etc. I can't seem to get it right. Hi I am new to these forums, I am currently building a website from a template I purchased. It is coming along well but I am now stuck when trying to use the first page of my website as an ebay listing page. Of course when I upload my new ebay page there is nothing but text and broken links. How do I connect this html in my ebay listing page with my source code on my website?. Or do I have to upload all image files for borders and headers to a server separately and link straight to them one by one?. Is it to do with the very top html on the page where it says similar to href source etc etc?. My website is fine since I have uploaded all the necessary files to the directory so linking all the images etc. Really appreciate some help I have been stuck for weeks trying to get the graphics to work on my ebay page. Hi everyone. I'm new here but I'm having some problems with my website. It's not up on the web yet, but if you think that you can help me with one or more of the problems, then I can send you the HTML that I already have. There are four things that are giving me problems: My cursor - I would like it crosshair all of the time (even when you click a link) but right now, all it's doing is going crosshair when I click the link. Here is an example of how I would like it to look: http://stonewall.ifastnet.com/ On some of my pages there are excess lines that go across the page and I don't know how to get rid of them. I have made a form, but it won't let me click 'Submit' or 'Refresh' and I would like it to go to my e-mail. I would the Nav bar to look something like this: http://felinefancies.ifastnet.com/ but I'm not sure how to get the HTML like that...because I am still new to HTML. (currently there is no Nav Bar) I had a someone make me the HTML, but they haven't responded to my e-mails. If you could help, it would be greatly appreciated - even just one thing. |