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...
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
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
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
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.