+ Reply to Thread
Results 1 to 17 of 17

Thread: I need Form HELP!
      
   

  1. #1
    Krindone is offline Private First Class
    Join Date
    Jun 2006
    Location
    Norfolk, VA
    Posts
    8

    Default I need Form HELP!

    Hello,

    I post this only because I think the Customer Support is getting sick of me :)

    I have a form on my website where clients can "Request A Quote" from us regarding materials. I have followed ALL tutorials and more, and when the Submit button is pressed, an Internet Explorer screen pops up saying:
    "This form is being submitted by email. Submitting this form will reveal your email address to the recipient and will send the form data without encrypting it for privacy. Would you still like to continue? (I'm paraphrasing) "
    I have tried setting the form up with all of the 3 different encrypting types, but it still does it. My problem is that I deal with the government. If my customers (Navy, Army, DoD) see this message, they will think that their privacy is in jeopardy. Is there a way to get it off????

    Also, the first line of my Item Name/Description etc only holds 6 letters, but the others can hold any amount, what am I doing wrong?...I'm going nuts here!!! :)

    Check out my page and be afraid to play around with it
    www.alliednavalsuppliers.com

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: I need Form HELP!

    The reason its saying that is probably because your form action is an email address. The way to make this secure is to have the form action a php file that contains a script that will send the email and will check the fields.

    Im guessing the reson the Item Name/Description only holds 6 letters is because you set the maxlength to 6, delete that out.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: I need Form HELP!

    The form you wish to set up is a php mailto form which you can find initial instructions here.
    http://netisopen.com/computer/TF001/T001.html

    The one with field validation his here:
    http://netisopen.com/computer/TF005/T005.html

    ** For now- make sure to set a reasonable field Max Length in each
    field (name, email , address etc.....) I plan to have tutorial completed this weekend that will address the recent security concerns with forms on the internet. I will attach to each of the above tutorials. However- you should set up a form using either method to get familiar with it.

    Post back to let us know how it goes and if you have any questions.

    Andy
    PHP- is a blast!

  4. #4
    Krindone is offline Private First Class
    Join Date
    Jun 2006
    Location
    Norfolk, VA
    Posts
    8

    Default Re: I need Form HELP!

    Hello,
    I'm following the tutorial on how to set up the php, but I'm stuck in the beginning. I currently have an email address that is associated with my website and I'm trying to forward it to an account I have with Hotmail. I've tried testing all of the emails etc. but it doesn't seem to be forwarding anything. I'm not sure what to do next. Possibly take a vacation from this? :)

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,060

    Default Re: I need Form HELP!

    Do not forward. You don't need to. The new security pollicy of Vodahost allows for the email to be sent also to external email addresses, limiting only the number of emails that can be sent . So you simply need to put that email address in your script. Just follow Andy's tutorial and you will be ok. If not, post back and i'll see what i can do, or, if you want a proffessional script at low cost, click on Watdaflip's signature Form Scripting Service and use his services to solve your problem in 24 hours.

    However, your form needs some adjustments. Rename the fields, as you have left the default T1 name on all of them.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    Krindone is offline Private First Class
    Join Date
    Jun 2006
    Location
    Norfolk, VA
    Posts
    8

    Default Re: I need Form HELP!

    First, I just want to thank all of you guys for the help. I really appreciate it. Can ya tell this is my first time developing a website?? :)

    I followed all of the instructions, and everything LOOKS correct, however I have a problem when I actually receive the form in my email. When I open it up, all of the information it shows is:

    Values submitted from web site form:
    T1 :
    Submit : Submit
    S1 :


    Everything works fine when sending it etc.. Now I just have to fix this and I think I'll be "good to go..." :)

    Kristin

  7. #7
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: I need Form HELP!

    Have you followed navals advice and andy´s tutorial in so far as naming your fields ?????

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,060

    Default Re: I need Form HELP!

    You get the T! and S1 because your fields are named so. Go back in your form in BV, double click on EACH field, and give it his actual name, f.e. Name, Last Name, Address, Telephone, and so on. Otherwise, if all the fields have the same name, T1, each field's value will overide the previous one, and you will only get one value for all the fields called T1.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    Krindone is offline Private First Class
    Join Date
    Jun 2006
    Location
    Norfolk, VA
    Posts
    8

    Default Re: I need Form HELP!

    Yes I have named my fields.

  10. #10
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,060

    Default Re: I need Form HELP!

    Field names must be unique. You cant have 5 fileds named "Item", 5 named "Part#" and 5 "Quantity". Name them "Item1", "Item2" and so on, then "Item1Part#", "Item2Part#", and so on, and "Quantity1", ..........
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  11. #11
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: I need Form HELP!

    Krindone:

    Most of your fields will work ok now but your item, part and quantity
    fields all have the same name.

    If you change the names ie. item1, item2 etc.
    part1, part2 and so on your form should work ok.....

    I would also suggest that you verify some of the important fields after you have a working form.

  12. #12
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

  13. #13
    Krindone is offline Private First Class
    Join Date
    Jun 2006
    Location
    Norfolk, VA
    Posts
    8

    Default Re: I need Form HELP!

    Done!

    Do you think anything more needs to be done?

  14. #14
    Krindone is offline Private First Class
    Join Date
    Jun 2006
    Location
    Norfolk, VA
    Posts
    8

    Default Re: I need Form HELP!

    One more thing...

    I've had multiple people view my website. Some people say that it looks fine, while others say that somethings are off center (when I know they're not). Is it the because of different browsers? Just curious.

  15. #15
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,060

    Default Re: I need Form HELP!

    I can't see anything off center. Your entire pages though are not centered. And there is a strange thing: in some pages, under your header, there is another image (another header) . I can see that it exceeds the main header for 3 - 5 mm to the right.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  16. #16
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,060

    Default Re: I need Form HELP!

    f your form still doesn't work, post your script here.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  17. #17
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,390

    Default Re: I need Form HELP!


    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49