Preview formatted form data before submission

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Preview formatted form data before submission

    Hi

    I would like for my users to be able to preview their data on a formatted page
    before it is submitted to the database so they can change it if required. Does
    anyone know how to do this?

    Cheers
    Julie

    ukjooles Guest

  2. Similar Questions and Discussions

    1. how to get form data just before submission?
      Hi there! I wanna to know is there any method can get the submission data at client before the data send to server? There is an annotation whose...
    2. Submission Form?
      Hi, I am trying to create a submission form that, after hitting the "submit" button, is automatically sent to a specified e-mail address. I tried...
    3. Submission Form
      Hey, At www.HookWeb.net/feedback.htm I am creating a submission form that forwards the information the surfer enters in the form. But I can only...
    4. can form submission be selected.
      Based on the selection of radio box i want to submit same form to two different urls. Suppose if order through mail is choosen then submit to...
    5. Form submission fills form values with garbage
      Hey all, I'm attempting to do some form processing on a server that has register_globals off, however, I've run into a confusing situation and...
  3. #2

    Default Re: Preview formatted form data before submission

    > I would like for my users to be able to preview their data on a formatted
    page
    > before it is submitted to the database so they can change it if required.
    Does
    > anyone know how to do this?
    Submit the data, present it to the user, re-sumbit and send to the database.

    Can't really be more specific unless you can tell us some more specifics on
    your end (what language are you using? Tools? Web site?)

    -Darrel


    darrel 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