Using variables in mailto hyperlinks?
I need to insert a variable into a mailto hyperlink in a PDF doc. Static text is easy...
message URL mailto:<email address>?subject=Feedback for page
Clicking this in the PDF will launch the mail client with the subject of "Feedback for page" in the subject line. But I really need it to automatically populate with the current page number as well. So, I guess it's a dynamic link? Here's what I want to do but I can't get it to work....
message URL mailto:<email address>?subject=Feedback for page&<$curpagenum>
I've tried it witht he brackets removed and without the dollar sign. Both times the variable is just ignored. Anyone done this? Thoughts? Is this even possible?
