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 IamaSherpa 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: *

  • Users: SFalk
  • Order by date
  1. SFalk

    Sending email with new record info??

    I'm using a web broswer hooked to a Filemaker database.
  2. SFalk

    Sending email with new record info using asp??

    It's starting to make sense... Is this what you mean? In the original form, I set this: [code]<form name="form" method="post" action="mail.asp"> <input name="username" type="text"> Request.Form(username) = form.username.value[\code] Then, in the mail.asp file, I send mail like usual and...
  3. SFalk

    Sending email with new record info using asp??

    Thanks. =) Can you give me some direction on how to have the ASP form write the script again?
  4. SFalk

    Sending email with new record info using asp??

    Hi guys, I currently have a web form that submits info to a FileMaker Pro 5 database. I need it to also send the same info in an email to a third party. Any ideas how to set this up? This is the call for the form: [code]<FORM ACTION="FMPro" METHOD="post">[\code] Thanks! Sarah
  5. SFalk

    Sending email with new record info??

    Hi guys, When a new record is created in my FMPro 5 db, I need to automatically send an email to a third party, with the record information included. Any ideas how to do this?? I'm using this form: [code]<FORM ACTION="FMPro" METHOD="post">[\code] Thanks! Sarah
  6. SFalk

    Need to harvest info from a form submitted to a database for email

    Hi guys, Thanks for your help. So this is how I call the form to submit the form to the database: [code]<FORM ACTION="FMPro" METHOD="post">[\code] And FileMaker Pro won't send the email upon record creation. Can I direct it also to an asp page?? Thanks! Sarah
  7. SFalk

    Need to harvest info from a form submitted to a database for email

    I normally use asp to send email. But I've got this form set up in an html file with <input="radio" etc> to put the info in the database. I need to both email the info and put it in the database in a single step.
  8. SFalk

    Need to harvest info from a form submitted to a database for email

    Hello there, I think this can be done in javascript but I haven't a clue how... I have a form that users complete that, when submitted, puts info in a database. I need that info to also go to some folks in an email. The database doesn't have that functionality built into it. Any ideas on how...

Part and Inventory Search

Back
Top