HTML - Forms Where One Selection Must Be Made Before Next Step Is Available...
SIGH
I'm doing a website in which customers have to complete a form and accept contractual terms, but the client wants for them to have to click "I Accept" before the link to complete a product download can be activated and I haven't the foggiest how to do it. To which thing (I Accept or the Download link) do I apply the code and what code do I use? Can the download link act as both the Download and Submit button simultaneously? I proposed to the client that we just make the Accept button the Submit, and have the download link on the Thank You page following submission, but in the event that he doesn't go for that... THANKS! I've been laboring over this forever. Similar TutorialsHello me site is www.chicityswag.com The tutorial I am following and need help with is http://wiki.shopify.com/Product_Customizations step one is done... just need step 2 implemented into the page... seems easy enough I really just need to make a drop down menu show up according to the available options..... So how do I make the drop down show up? Can some one help .. I would greatly appreciate it... oh and I use www.shopify.com ...a very cool shopping cart software You probably clicked on this just to see what the title actually meant! I don't know what you call it but this is what I have and this is what i'm trying to achieve. I currently have a file, say page1.php It gives a couple of drop down selection boxes in html and a submit button, this is the first filter. The button opens page2.php which has run a query based on the drop down selections and displays data adding a checkbox to the table output. You can select certain rows via the checkbox then click another submit button which loads page3.php, updating the database based on checkboxes. Anyway, what I would prefer is to have everything inside a single page. So firstly it loads step 1, click submit and refresh with step 2 data, then step 3. Can anyone point me in the right direction of how to implement this? Assuming that it's not particularly complex to achieve. The reason to do this is for neatness as it is a solution I may distribute in the future. Thanks, Matt For some reason this page refuses to work as it should... Simplified it as much as possible, but for some reason the "PriiceGuide" page pops up about 600px to the left out of nowhere. I also need to know how to advance a page (like Photopage1.html is the 1st page in the iframe, then when they click the arrow it goes to photopage2.html) I've got it done oldschool but need a way w/o messing it up. Just need it to go forward/backwards properly according to which arrow they hit. The site is WWW.CDI-IMAGING.COM/DAYLILY.HTML Thanks a lot! I cannot remember if floating div's that have a width specified can be made to collapse if the user shrinks the size of the window as in http://www.toddcary.com/test/viewpoi...ew_design.html Also, can the movement of the floating box be prevented from moving below the other if the window is shrunk? Todd I was trying to deconstruct the way this web page was made: http://www.ichartist.com/index.php I'm mostly interested in the top dark part with a gradient. Somehow it is resized with the window and if I save that page it disappears. Any ideas? god guys i didn't know where to turn to so i hoping you guys will be able to help, i just start using godaddy today. well everything was going great but when i tried to add a contact form it was crazy. so i look and found one offered threw godaddy and i got it on the site but could not figure out where to sick my e-mail to receive the message and how to change the subject of the e-mail but i looked threw the html and couldn't find out anything i changed stuff over and over and still nothing so here is the code HTML Code: <form labelid="formLabel_ContactForm" method="post" action="%wstx.formmailerurl%" name="Contact Form" id="wstForm_Contact"> <table cellspacing="1" cellpadding="5" border="1" bgcolor="#ffffff" width="100%"> <tbody> <tr bgcolor="#efefef"> <td align="center" style="font-family: verdana,arial,helvetica,sans-serif; font-size: 8pt; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal;"> <table cellspacing="0" cellpadding="3" border="0" width="90%"> <tbody> <tr> <td align="center" style="font-family: arial,helvetica,sans-serif; font-size: 12pt; font-weight: bold;"><span controlid="wstForm_Contact" id="formLabel_ContactForm">Contact Us!</span><br /> </td> </tr> <tr> <td style="font-family: verdana,arial,helvetica,sans-serif; font-size: 8pt; color: rgb(0, 0, 0); text-decoration: none; font-weight: normal; padding-bottom: 10px;"> <p align="justify">Thanks For Your Questions,Comments & Concerns, We Will Be In Touch As Soon As Possible.</p> </td> </tr> </tbody> </table> <table cellspacing="1" cellpadding="3" border="0" bgcolor="#ffffff" width="90%"> <tbody> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_First" id="formLabel_First">First Name:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_First" name="First Name" id="formElement_First" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_Last" id="formLabel_Last">Last Name:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_Last" name="Last Name" id="formElement_Last" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_City" id="formLabel_City">City:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_City" name="City" id="formElement_City" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_Email" id="formLabel_Email">Email:</span></td> <td style="font-size: 8pt; text-align: left;"><input labelid="formLabel_Email" name="Email" id="formElement_Email" /></td> </tr> <tr bgcolor="#e6e6e6"> <td style="font-size: 8pt; text-align: left;"><span controlid="formElement_Comments" id="formLabel_Comments">Comments:</span></td> <td style="font-size: 8pt; text-align: left;"><textarea labelid="formLabel_Comments" style="width: 100%;" cols="38" rows="4" name="Comments" id="formElement_Comments">Enter comments here!</textarea></td> </tr> </tbody> </table> <p><input type="submit" onclick="return wstxSubmitForm(this);" value="Submit" id="wstForm_Contact_Submit" /> <input type="reset" value="Reset" id="wstForm_Contact_Reset" /></p> </td> </tr> </tbody> </table> <input type="hidden" value="Contact Form." name="FormMailerSubject" id="FormMailerSubject" /><input type="hidden" value="%wstx.project.BaseUrl%" name="FormMailerRedirect" id="FormMailerRedirect" /> </form> please help Thanks Vaughn Is it good to organize a website using tables? I'm beginning to word on a website that used tables to organize everything. What's your opinion on it? I integrated my website's layout with my forum just by editing the forum's main template. I'm not awfully good with tags etc. Just wondered if someone could please take a look and tell me what is causing the gap at the top and bottom of the page. I want no margin at all, so the top and bottom of the layout is tight on the top of the page. Can't see anything obvious. That's how the rest of the layout is (the fanfic page is the only one up, so click on that to see how the layout should be) http://www.billfans.com/forum/ Thanks I had this question for anyone in this forum who has time. I am attempting to make a pop-up menu in dreamweaver and have done everythign as correctly as I can, yet no pop-up menu appears... what am I doing wrong? I have made them in exactly the same fashion before and they worked fine... any ideas? I've added the mm_menu.js file to my main server space. http://www.skyjacobs.com/favorites-page2.html This is where it should pop-up on the left 'photography' button... page 1, page 2, etc. 'View source code' if that helps. Thanks for anyones assistance. Desierto Help me with imageready/photoshop website? Okay, heres the coding im confused with.. ive exported all the images from my photoshop website ive created and all of those fit perfectly in the coding... However, im having a problem with the navigation.. This is the coding: websiteeeeeeeeeeeeeeeeeee_home_over = newImage("images/websiteeeeeeeeeeeeeeeeee-04.gif"); websiteeeeeeeeeeeeeeeeeee_home_down = newImage("images/websiteeeeeeeeeeeeeeeeee-05.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_3_over = newImage("images/websiteeeeeeeeeeeeeeeeee-09.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_3_down = newImage("images/websiteeeeeeeeeeeeeeeeee-10.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_4_over = newImage("images/websiteeeeeeeeeeeeeeeeee-13.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_4_down = newImage("images/websiteeeeeeeeeeeeeeeeee-14.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_6_over = newImage("images/websiteeeeeeeeeeeeeeeeee-17.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_6_down = newImage("images/websiteeeeeeeeeeeeeeeeee-18.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_8_over = newImage("images/websiteeeeeeeeeeeeeeeeee-21.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_8_down = newImage("images/websiteeeeeeeeeeeeeeeeee-22.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_10_over = newImage("images/websiteeeeeeeeeeeeeeeeee-25.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_10_down = newImage("images/websiteeeeeeeeeeeeeeeeee-26.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_12_over = newImage("images/websiteeeeeeeeeeeeeeeeee-29.gif"); websiteeeeeeeeeeeeeeeeeee_1_copy_12_down = newImage("images/websiteeeeeeeeeeeeeeeeee-30.gif"); preloadFlag = true; etc.... i wont post the entire thing, but thats for the navigation..and im lost.. i still have the navigational images left, but i dont know where to put them within the code. can anyone help me? Hello everyone, I have an image inside a div, when I try to make the image a clickable hyperlink the image disappears and there is nothing to click or see. Code: <div id="google"> <a href="http://www.google.com/"> <img src="google_icon.png" height="23" width="23" /> </a> </div> I tried an alternative way by making the Div a hyperlink with the following code... Code: <div id="google" class="hand" onclick="location.href='http://www.google.com';" target="_blank"> <img src="google_icon.png" title="google" height="23" width="23" /> </div> This works except for a couple problems...1st when hovering over the link nothing is shown in the browser status bar and 2nd, the target="_blank" isn't working. Here is a link to my site http://chasehearn.com/ On the left hand side there are 6 images (one is not showing) which i would like to make links. I made the first (from the left) one work by making the Div that contains the image a link, but I can't get the link to open in a new window and I don't like how the browser (i'm using chrome) status bar doesn't show anything when hovering over the link. The 2nd icon (which can't be seen) disappears whenever I add <a href></a> tags around it. The images are in the correct folder. Anyone have any ideas on what I'm doing wrong? Thanks! hey guys .. lil help if you could .. iv jst began to put some of my work online and just breakin into html .. iv uploaded a splash for my website but i seem to be gettin a white bar along the right hand side and bottom .. the 1st time u veiw the site its fine .. but then u click back or refresh . and this white appears !! its prob a simple mistake in the code im thinkin .. but i dont know wat .. if someone can look and hopefully tell me how to fix .. much appreciated cloud9.mythicx.com Hello Basically what I need here is when someone donates to me, they get what I call a "Donor Key" this needs to be different for each person. This need to be added to this file: Clicky! It needs to be in ini format so: [*key here*] banned=no Is it possible that a key is randomly generated and added to that file? This banner was working normally at one point, showing up & linking to the proper website when you clicked on it. But now it doesnt show up on regular computers & only on mobile phones from time to time? <A href="http://www.myspace.com/PunkRockPrincess.com"><IMG src=]http://i634.photobucket.com/albums/uu61/PunkRockPrincesscom/prp_glow_light.jpg" style="visibility: visible ! important; display: block ! important;"/></A><BR/> Can anyone see why its not working properly? I'm stuck. Thanks. My website is: www.gstteam.co.nr My main problem is the Rosters. If I open the Rosters in IE7 it looks good but when I open it on Firefox it looks terrible, the images are all over the place and cant even see some of the text that I have under the images. I am using PageBreeze (Free Version). Can somebody please help me how I can fix the problem, I will greatly appreciate it. Thanks Dear I made an html newsletter with dreamweaver and I used the swap image behavior. I can view the result perfectly in explorer. Now I mailed it to my own mailbox (via explorer) and in outlook (and also in hotmail) the swap image effect doesn't appear.(the second photo is not shown) Is there a possibility to see this in my mailbox? I tried to paste the code into my outlook, but that doesn't work with the regular outlook, I only can view the source, not edit it. Thank you very much in advance! Kind regards Sandra Hello all I'm writing a mash up that has drag-able objects the problem is when I drag the object too fast my browser is selecting the text behind the object. So the screen behind the object keeps flashing blue. Is there a way to disable selection for a text block or change the color of what I select. Hey im making a gaming gear review site and i want to add a Selection guide to help people choose the right gear for them. Link below is something what i am thinking about but using drop down lists instead. http://www2.razerzone.com/MouseGuide/configurator/ i know how to make a drop down lists but i don't know how to link the information together also how would i produce the final result. Any help would be appreciated. Hi, how can I put in a drop down menu that slides down or across from a regular text link in html? Then, when selecting one of the options, I would like it to automatically take the visitor to the page option selected? I don't want a drop down menu and then hit 'Go' type mechanism, just a slide and click type thing. i.e when the link is clicked on it would reveal a drop down list that says.. Hotel Car Rental Airport Car Park Insurance and would then link directly to the appropriate page. Thanks! Hi.. I am having a html table with three columns and the rows are dynamic. I need to have a multiple selection of the rows and the value need to checked using javascript. I dont want any check box to be used... Can anyone help in getting this... |