Creating a register form

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

  1. #1

    Default Creating a register form

    i am in the middle of creating a new registration page for my web sites where
    all the details are gathered on one page. i have four stages to complete sign
    in, personal details, address details, and finally a done portion confirming
    the process. i am thinking about using conditional regions to show certain
    forms depending on the progress of the user. my problem lies with the first
    form or part of the process, how do i make it disappear when the user clicks
    continue and everything is ok? also i am using conditional statements to
    display error text on the form, how would i get the browser to skip the error
    handling the first time? ie it checks to make sure some text is input in both
    password fields, first time through it shows this error obviously. i am using
    ASP VBScript, much appreciated for your input, this has been doing my head in
    for the past couple of days. Gubs

    Gubbins Guest

  2. Similar Questions and Discussions

    1. Help with creating a form
      I have to create a booking form online, which has a lot of text feilds & looks too messy when all the feilds are on the one webpage. The form can be...
    2. Creating form
      Hi, Am really stuck on creating this form using a dreamweaver 8...I have been using dreamweaver version 4 for quite sometimes now I thought I...
    3. Need help creating dynamic form
      I guess I am just looking for some php help here more than anything. I want to know if it is possible to do the following things in php. I have a...
    4. RegisterClientScriptBlock to register OUTSIDE form tags
      Hello, I currently have javascript and vbscript that needs to be spat out based on certain conditions in the codebehind. My vbscript code relies...
    5. Creating form with tab controls
      Hi, I created about 5 forms (custumors, invoices, ....) I would like to use now the access2 tab control form to switch between these forms. I was...
  3. #2

    Default Re: Creating a register form

    If form has not been submitted then
    do not show error code.

    --
    __________________________________________________ __________________
    UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
    The *most popular* Suites of DMX 2004 and DMX Server Behaviors
    for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
    __________________________________________________ __________________


    J.S. \(UltraSuite\) Guest

  4. #3

    Default Re: Creating a register form

    how do you exactly know when a form is sumitted?

    Gubs
    Gubbins Guest

  5. #4

    Default Re: Creating a register form

    i have done that now!! just need to sort out the logic behind it all!!

    Cheers

    Gubs
    Gubbins 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