Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    Vacunita, Good afternoon. Since I still have some issues with the active website, and since you have been helping tremendously I thought maybe you could help me pin up the two final remaining issues on the final site. Using reference in: www.shiptribros.com/live/ 1) The modal windows that...
  2. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    Hey Vacunita, Thanks for all the help you have given, it has really allowed me to develop the form into something usable. Now I need to ask one more piece of help.... If you refer to www.shiptribros.com/test/index2.php, you will see a gigantic space right under the subject field of the form...
  3. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    Thank you very much for your assistance. All the fields are working properly now and I could not do it without you. Now the next challenge, setting up the submit.php script. Can you point me in the right direction for one or do you think the phpmailer plugin would do it?
  4. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    Also, Ive been trying to implement another javascript on top of your functionality and as of right now, its just not working correctly. I'm trying to do the styling for the form fields using the fancyform(jqtransformplugin/jquery.jqtransform.js) plugin.... Should there be any reason that there...
  5. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    Using your var eqrequestObj = document.getElementById('eqrequestset'); eqrequestObj.style.display='none'; Looks Like it would work perfectly. What is the code form you would use for the <fieldset name="eqrequestset"> <legend>Equipment To Ship On:</legend> <label><input type="checkbox"...
  6. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    And that is using the <fieldset name="eqrequestset"> <legend>Equipment To Ship On:</legend> <label><input type="checkbox" name="eqrequest" value="FB" id="eqrequest_0" />Flatbed</label> <label><input type="checkbox" name="eqrequest" value="SD" id="eqrequest_1" />Step-Deck</label> <label><input...
  7. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    hmmmm....everything is working perfectly with the regular form fields. I had tried to implement your code for the fieldset but its still not working with the formObj.elements['eqrequestset'].style.display = 'block'; -or- formObj.elements['eqrequestset'].parentnode.style.display = 'block'...
  8. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    Thank you. Will do. While we are on the topic, do you have any ideas on a smarter way to hide/show the label fields along with the form entry fields? I was trying to find a smart way to do this, but it seems like your miles ahead of me on this kinda stuff :)
  9. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    Thank you so much! Your code is a much MUCH better way to do the selects for what I need. I am not a javascript programmer so my code had come from someones example that I had found, and had tried to modify it for my specific purposes. In regards to your refresh question, our website is...
  10. hawkhorrow

    Change Form Fields On Subject Change. Multiple Fields hidden/shown

    I have been trying to get this code to work for days now and I finally have to throw my hands up and ask for help. What seems like something easy is getting more difficult as I go line by line. Here is the concept, upon clicking to send a contact form - depending on which subject the client...

Part and Inventory Search

Back
Top