September 25, 200718 yr This script works fine from within FileMaker Client but when the button is clicked on a paged hosted via IWP the email part doesn't happen. Script Maker tells me all parts are "web compatible" Open URL [No dialog;"mailto:[email protected]?subject=" & table::Task & "&body=" & table::Details ] Commit Records/Requests [ Skip data entry validation; No dialog ] Its just supposed to open the default mail client and insert the address subject and body. Like I said it work in native FM client. If you have any suggestions please let me know.
September 25, 200718 yr Actually, the send mail script step is not web compatible. I have been around and around about this. I have opted to use FMWebSchool's FMStudio extension for Dreamweaver (with the email module) to write php pages to send automatic email. Requires simple custom web publishing, but it's a snap to install and use.
September 25, 200718 yr Author I knew the send mail script didn't work they is why I'm trying to use the OpenURL. Thanks for the FMwebschool suggestion i'll look into it.
Create an account or sign in to comment