Tags Order A-Z Category Context

<sn:req-choice>

Renders a link in a notification (either an email link or a notification page link). When the user clicks on the request choice, the application will be added and the url specified by its namesake attribute will be followed.

Attributes

  • string < required > The url of the link. Can be any url .
  • string < required > The label that is displayed on the link button. Can be any string .

Valid Contexts

  • : On a notification page (after the user has clicked on a link in the email)
  • : In a notification email
  • : In an invitation email
  • : On the invitations page

Code

<sn:req-choice url="http://www.google.com" label="Go to
               google"/>
Play with this code in the sandbox