form validation with insert record

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

  1. #1

    Default form validation with insert record

    Hi everyone, i have implemented a simple form(email, name, nick_name, password)
    for inserting a member into a table, i have written some validation to check to
    make sure that my email address and nick name are not already in the table.
    The validation only works when i dont re-direct the user to another page once
    in the insert record behaviour. What i was wondering is how else i could send
    the user to another page once the submit button has been pressed.
    I need to know this because as with the re-direct after insertion on in the
    insert behaviour it seems to bypass the validation that i have written and
    nothing seems to get checked. any help would be great

    davetheNewbie Guest

  2. Similar Questions and Discussions

    1. Insert record from dynamic form problem
      XP Pro, CF 6.1(built in webserver), MySQL 4.1.13, DW MX04, I am trying to insert a records from a dynamic form. I created it all in Dreamweaver MX...
    2. Insert record
      Hi all, I'm having a bit of a problem at the moment. I'm basically trying to insert a record to a MS Access database. I'm using dreamweaver MX. What...
    3. CFFORM Validation trumping Custom Form Validation
      Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two...
    4. Insert Record (php) - Error, but I have a form on thepage!
      I am unable to create an INSERT RECORD behavior for php in DW04 because it says I must have a form. Problem is, I do have a form! I am selecting the...
    5. How to insert a new record
      I am having problems with inserting a new record into access database using the detailsview control, the autonumber of the control does not update...
  3. #2

    Default Re: form validation with insert record

    Depending on how you did your validations, either Javascript or VBscript...
    If you used VBScript, you could use a,

    Response.Redirect("URL")

    Otherwise, someone else will have to help you out..

    HTH,
    Drew

    "davetheNewbie" <webforumsuser@macromedia.com> wrote in message
    news:d3j77n$jej$1@forums.macromedia.com...
    > Hi everyone, i have implemented a simple form(email, name, nick_name,
    > password)
    > for inserting a member into a table, i have written some validation to
    > check to
    > make sure that my email address and nick name are not already in the
    > table.
    > The validation only works when i dont re-direct the user to another page
    > once
    > in the insert record behaviour. What i was wondering is how else i could
    > send
    > the user to another page once the submit button has been pressed.
    > I need to know this because as with the re-direct after insertion on in
    > the
    > insert behaviour it seems to bypass the validation that i have written and
    > nothing seems to get checked. any help would be great
    >

    Drew 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