mailto: Hyperlinks

K

kookie

My first issue is that my company does not use outlook. So I have been tasked
with developing a way to send a form through a workflow. I found a simple way
with a plain hyperlink, used the datasource and in the datasource i added:
concat("mailto:", emailfield, "?subject", subjectfield, "?&body",
fieldwithfilepath).

This was not the best solution but it worked.

Now i need to add a way for our current change request process to work,
which is i add, on another view, a hyperlink that links to a asp.net form. I
needed to post the file path or url to this .net form. So again I added the
hyperlink and in datasource i added concat("formpath.aspx", "?url=",
fieldwithfilepath). Now in my .net form i can post this variable and identify
which infopath form the change request was made on.

my problem is I can not have both concat(). my infopath from throw errors -
is not bound. if I remove one he other works with no problems.

secondary issue related: With only one link and concat() if I am on a
different view other than the one the link is on when i publish i get form
errors. if i change my view to where the link is no errors.

I need to be able to click a link or a button and open my mail client.
second I need to click a link or button to send file path to asp.net form.

please help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top