Gossamer Forum
Home : Products : DBMan : Customization :

Send Record

Quote Reply
Send Record
Is there a way to modify the send record mod to send more than one record. Say I search for something that pulls back 8 records. I check 4 of them and then email all at once.

Thanks!
Adam

Quote Reply
Re: Send Record In reply to
Not without completely rewriting the mod. You want me to put it on my list?

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Send Record In reply to
No rush on that. One thing that I just noticed is that when I do a search for 1999 in the year field it pulled back 28 records. Then I emailed one and then clicked return to record. It then came back with that record I emailed followed by 12 others, where year did not equal 1999 (they seemed to be random records).

Would it be easier and possible to have the "Go back to record" on the success page go back to the page you came from, in my example the search where year = 1999. This is probably a priority over the first.

Thanks!
Adam


Quote Reply
Re: Send Record In reply to
What is the URL in your browser's location window after you click the "Go Back to Record" link?

It might just be that you need to add &ww=1 to the URL.

Going back to the original search is very difficult. It would require sending the search terms to the send record form and to the send record success page. I don't know how to do that.

JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Send Record In reply to
Sure enough, &ww=1 did the trick. The other option I thought about is adding this line:

<a href="javascript:void(history.go(-2))">Return to Original Page</a>

Goes two pages back in history which would be right before you clicked the Email Record link.

Thanks!
Adam

Quote Reply
Re: Send Record In reply to
Oh, well, if you're gonna use javascript......! Wink

One of these days I'll have to learn how to use javascript. Glad you were able to work it out.

JPD
http://www.jpdeni.com/dbman/