Jump to content

This topic is 8144 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.