Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gcoleman1

    Insert into Request.form field when empty

    AWESOME!! I put a space in between "". Took it out and its perfect. Thank you!!!
  2. gcoleman1

    Insert into Request.form field when empty

    Hello all. I have a rather simple form that has two fields that are optional. When the form field is not filled out on the form I want a certain word to be put there instead. The variable name is useremail and right now I have coded the following: If useremail = " " Then useremail =...
  3. gcoleman1

    Form Validation

    Thank you! I will try the other forum. It didn't work.
  4. gcoleman1

    Form Validation

    If Request.form ("email") = " " Then Request.form ("email") = "webmail@xxxxxxxx.org" Else useremail = Request.Form ("email") End If
  5. gcoleman1

    Form Validation

    I know this is rather elementary for the bulk of you, but its not soaking into my brain. I have a form with a field that the person has an option to fill out or not. I want to pass the value they input and if they don't input something I want to be able to assign a value to pass. Something...

Part and Inventory Search

Back
Top