Forum Discussion
Reporting Options for Storyline
Hi all,
I have a specific ask, but it could be of value for other purposes as well. I know storyline allows for emails to be launched via a trigger. Is there a way to pre-fill the subject line of that email.
This actually comes from a request for learners to be able to report feedback on the course, bugs, suggestions, etc...
Do any of you have any best practices that you use for this? We are considering creating a site for feedback and put a link to that site in each course.
Ideally, this solution would work for Rise as well.
Thanks!!!
Yes, that is correct. Using the URL code %21 generates the ASCII value "1" in text form. Here's a guide for your reference:
https://www.eso.org/~ndelmott/url_encode.html
Let me know if you need anything else!
Hi Andrew,
Thanks for reaching out!
You can prefill the recipient, subject, and body of an email using query strings like this one:
mailto:test@email.com?Subject=Hi%21&Body=How%20are%20you%3F%20I%20trust%20that%20you%20are%20well
You can modify the contents of the string to suit your needs. I've attached a sample file so you can see how to use the string above with a trigger.
Hope this helps!
- AndrewHoskins-eCommunity Member
Thanks - this is very helpful. One more quick question - is the %21 what creates the "!"?
Just want to understand the syntax so that I can make future edits.