Forum Discussion

andpixplus's avatar
andpixplus
Copper Contributor
May 02, 2024

Forms Feature Request - Response link copyable

We have a form set up to collect and monitor some "issues". When I get a response, there's a button with a link to "Go to comment". 


PROBLEM: I don't use my default browser for office365. I can't find a way to get the url without having to log into office/sharepoint/forms in my default browser. I can Open Hyperlink, but can't Copy Hyperlink.

 

I noticed the headers and <a href> tags differ between the 2 email sources. I "withheld" the url for privacy, though you shouldn't be able to access it if I didn't.

 

REQUEST: Can we get the hyperlink in the Go to comment link automatically generated by forms to allow Copy Hyperlink?

 

Interestingly, I replied to the email instead of trying to get the url opened. In the response from the sender, if I scroll down to the bottom of the email, I'm able to Copy the Hyperlink!

BROKEN SOURCE:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="viewport" content="width=device-width, initial-scale=1">

...

<td style="mso-line-height-rule: exactly;width: 184px"><!--[if mso]>
<a href="withheld">
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="withheld" style="height:40px;v-text-anchor:middle;width:184px" arcsize="2%" strokecolor="#0078D7" fillcolor="#0078D7">
<w:anchorlock/>
<center style="color:#ffffff;font-family: 'Segoe UI', sans-serif;font-size:16px"> Go to comment </center>
</v:roundrect>
</a>
<![endif]--><!--[if !mso]> <!----><a href="withheld" class="OpenButton" style="display: inline-block; font-size: 16px; color: #ffffff; background-color: #0078D7; border-color: #0078D7; border-radius:3px;border-style:solid; text-decoration: none;text-align:center;line-height:38px;width:184px">Go
to comment </a><!-- <![endif]--></td>

 

 

WORKING SOURCE:

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->

...

<td width=184 style='width:138.0pt;padding:.75pt .75pt .75pt .75pt;height:30.0pt'><p class=MsoNormal style='mso-line-height-alt:0pt'><a href="withheld"><span style='font-size:1.0pt;background:#F3F2F1;text-decoration:none'><img border=0 width=186 height=42 style='width:1.9375in;height:.4375in' id="Picture_x0020_7" src="cid:image012.png@01DA9BDD.BAD65FA0" alt="Go to comment "></span></a><span style='font-size:1.0pt'><o:p></o:p></span></p></td><td style='padding:.75pt .75pt .75pt .75pt;height:30.0pt'></td></tr><tr><td style='padding:.75pt .75pt .75pt .75pt'></td>

Resources