Skip to content

How to add url link in alert_text? #405

Closed Locked Answered by jertel
wajika asked this question in Q&A
Discussion options

You must be logged in to vote
  1. You can't mix indexed placeholders {1} with empty placeholders {} in the same formatted string. Try switching all your placeholders to indexed.
  2. You have a malformed URL: http://http://
  3. If after fixing the above and you still have errors, start with a simple URL with no variable substitutions, and work your way up to more complex variations of the URL so you can isolate where the problem is.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wajika
Comment options

Answer selected by wajika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #404 on August 17, 2021 10:42.