Google Forms – How to Add Aliased Hyperlink in Confirmation Message

google-formslinks

I'd like the message to look like:

thanks for your answer, please click here

while the word "here" is clickable and directs to a URL.

I've tried wrapping the hyperlink with quotes, and these while customizing the confirmation message, but they are displayed exactly like the code itself, except for the hyperlink which is clickable:

[alias](hyperlink)

<a href=hyperlink>alias</a>

[[hyperlink|alias]]

HYPERLINK(hyperlink, alias)

=HYPERLINK(hyperlink, alias)

I've found nothing in the API documentation for setConfirmationMessage.

Best Answer

Unfortunately, as of Dec 2017, Google product development has yet to add support for any aliased links in the Confirmation Message displayed upon completing a Google Form.
Refer to these dated forum discussions that indicate the lack of such support:

However, if you decide to setup and send an email notification, there are several free add-ons for Google Form, where you can definitely alias hyperlinks and customize even further.

Alternatively, if you elect to share all responses with the recipient, you may be able to apply your confirmation message in the google sheet, and embed an aliased link within that. (To do so, concatenate the text with the hyperlink() function)