zoeriley Posted October 22, 2002 Posted October 22, 2002 See if anyone can solve this one: I have a working Search page, which searches a database of members by multiple parameters. What I would like to do is have a Search Results page that not only lists the members found from a given search, but also has a single link that when clicked, would be an e-mail link to all of the "found" members. Is there any way to set this up? I suppose it has to be some kind of dynamic field that is based on the search results of a particular search.
CyberSport Posted October 22, 2002 Posted October 22, 2002 Well, 2 solutions. First, the solution if you DON'T want a pre-generated email and instead want a blank email to pop up: <A HREF="mailto:[FMP-RECORD][fmp-field:emailfield],[/fmp-record] click here to email</A> Second, the solution if you want to use the -mailtags as provided for through CDML, which calls for predetermined text of email: <X-CLARIS-GROUP NAME="Mail Tags"> <INPUT TYPE="hidden" [FMP-RECORD]NAME="-MailTo" VALUE="[fmp-field:emailfield]" [/fmp-record]"><INPUT TYPE="hidden" NAME="-MailFrom" VALUE="yourname"><INPUT TYPE="hidden" NAME="-MailSub" VALUE="yoursubject"><INPUT TYPE="hidden" NAME="-MailFormat" VALUE="formatfile.txt"><INPUT TYPE="hidden" NAME="-MailHost" VALUE="smtp.yourhost.com"> </X-CLARIS-GROUP> Does that make sense? Bevin
Recommended Posts
This topic is 8144 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now