Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default print form

    HI run into a couple of problems.

    1. When there isn't anything written in the text field the page errors.
    2. I also have check boxes - but if they are left unchecked it erorrs
    3. For drop down menus i cant get anything rolling.

    4. Maybe this is going to tricky but ... I have the results of a symptom
    search that is sent to the top of the form sheet.

    the user chooses a letter from the alphabet which leads them to a list of
    symptoms starting with that letter then they add the appropriate symptoms to a
    list - when they decide to view their symptom list the user is asked to
    complete the health form.

    I want all of this information to be sent to to the printer friendly page. Is
    this possible?

    Many thanks
    Mark


    quiero mas Guest

  2. Similar Questions and Discussions

    1. CSS for Print Media - What to do with a FORM?
      I'm dealing with creating an HTML page for use in a web-based software. The user wants to be able to use a print-only stylesheet when sending this...
    2. Print form web
      I am trying to print via the web to either Adobe Acrobat reader or Flash. Basically, the user clicks a button on the cf page, moves to the next page...
    3. Best way to print a form?
      We have many outside people who submit requests to our office via a web form. It would be a great service to them if we could give them the...
    4. Print form Lingo
      Dear All, I want to make a button to print the stage. However my movie has 200 frame and I don't know what is the general script of this button...
    5. how to print a form in a single page for each object in the form?
      hi, i have a form and try to print a single page for each of the object in the form? how i could do this? because all the object are printed out...
  3. #2

    Default Re: print form

    You need to wrap your code inside of a test to determine if the form has
    passed values, or you need to validate thje input

    --
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Team Macromedia Volunteer for Dreamweaver

    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    "quiero mas" <sapporomark@yahoo.com> wrote in message
    news:dt5rd7$huo$1@forums.macromedia.com...
    > HI run into a couple of problems.
    >
    > 1. When there isn't anything written in the text field the page errors.
    > 2. I also have check boxes - but if they are left unchecked it erorrs
    > 3. For drop down menus i cant get anything rolling.
    >
    > 4. Maybe this is going to tricky but ... I have the results of a symptom
    > search that is sent to the top of the form sheet.
    >
    > the user chooses a letter from the alphabet which leads them to a list of
    > symptoms starting with that letter then they add the appropriate symptoms
    > to a
    > list - when they decide to view their symptom list the user is asked to
    > complete the health form.
    >
    > I want all of this information to be sent to to the printer friendly page.
    > Is
    > this possible?
    >
    > Many thanks
    > Mark
    >
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: print form

    Thanks for your answer Paul but Im afraid I'm very new to the game and don't really understand your advice. Is it possible to get an example?]

    Thanks again
    Mark
    quiero mas Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139