Results 1 to 5 of 5

Thread: Simplistic Forms....
      
   

  1. #1
    dahij is offline Private First Class
    Join Date
    May 2007
    Posts
    6

    Default Simplistic Forms....

    Hello to all,

    I have a quick question regarding forms. When it comes to creating basic forms, you tend to pick multipart/form data in order to create your form
    But what do these options do to the form itself?

    I'm referring to options such as:

    - application/x-www-form-urlencoded
    - multipart/form data
    - text-plain

    Any responses will be gladly appreciated.

    Dahij.

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

    Default Re: Simplistic Forms....

    These options have to do with the way (the script) used to process (send) the form info.

    However, the most common way to process the form info is by means of a php script. In this case it is imperative that you use "multipart/form data" or your script will not work.

    If you are using sendmail, and depending on your configuration, application/xxx-www-form-urlencoded is required.
    Text/plain would be required for direct emails.
    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!


  3. #3
    nzbr's Avatar
    nzbr is offline Lieutenant Colonel
    Join Date
    Dec 2006
    Posts
    547

    Default Re: Simplistic Forms....

    Hi Navaldesign,
    I'm note sure if I should post my question here, but here it goes:
    I've manage to finish my form and it's working nicely, but 3 of the fields on the form page that I've made are coming up with a yellow background. When I double click to edit it's showing the white colour and all seems ok, But when it's published comes up in yellow. How can I fix it? (Make it all white). Here is the link: http://www.nzbrtours.com/form.html

    Many thanks in advance,
    Flavio

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

    Default Re: Simplistic Forms....

    This has nothing to do with you or your BlueVoda. You most probably have installed on your computer Google's tollbar with the Autofill feature enabled. This feature turns in yellow the background of the fields that it recognizes, to show the user that these fields can be autofiled.

    To me all your fields are white.
    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!


  5. #5
    nzbr's Avatar
    nzbr is offline Lieutenant Colonel
    Join Date
    Dec 2006
    Posts
    547

    Default Re: Simplistic Forms....

    Thanks a lot!
    It's good to know I'm doing things ok.

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