+ Reply to Thread
Results 1 to 2 of 2

Thread: Intermediate Form Questions....
      
   

  1. #1
    Four Paws is offline Corporal
    Join Date
    May 2006
    Posts
    15

    Default Intermediate Form Questions....

    I have a rather long form, http://www.fourpawsplay.com/enrollment_forms.html

    need to know which is the best setting, text only, multipart or application. When I used multipart I got an empty folder, with text only it only gives me the answer, how do I show the complete field? Also, they don't show up in the same order as on the form, I noticed that it is usually fields I have added out of sequence from the original.

    Lastly, if someone could point me to some more info on getting this info into a basic data base, I'm guessing an Excel file so I can import it into Outlook unless someone has a better idea. Appreciate any guidance

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

    Default Re: Intermediate Form Questions....

    Greetings Four Paws,

    Having looked at the code for your form there are a few things to talk about. First- I would suggest a php mailto form. Yours is set as a mailto which gets sent via an e-mail program such as MS Outlook. Php is better and will facilitate your being able to process the info into a database.

    For the php mailto form I suggest you take a look at this tutorial;
    http://netisopen.com/computer/TF001/T001.html

    If you need field validation- then try this one (only after you firmly grasp the first one);
    http://netisopen.com/computer/TF005/T005.html

    After reading these- you will see why most of your fields are not showing up (all still have their default field name: T1

    Try this and then post back should you have any questions.

    Cheers

    Andy
    PHP- is a blast!

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