- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 04:56 PM
Hello,
I have a GlidModal popup message, which displays the following message. How to leave a blank space between the text and the URL:
Here is the code I'm currently using. Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 06:10 PM
Hi @Jessica28
Try this instead
var bodyText = 'Here is the URL to view  <a href="https://www.testEform.com" target="_blank">The eForm</a>';
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 06:10 PM
Hi @Jessica28
Try this instead
var bodyText = 'Here is the URL to view  <a href="https://www.testEform.com" target="_blank">The eForm</a>';
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 08:12 PM
Thank you so much @James Chun
I have spent many hours trying to get it to work, but still I couldn't. That is because I am lack of programming skill. Please let me know what is this means "  and what programming language is this. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 12:40 PM
No worries, it's just a 'non-breaking space' for HTML characters - https://www.w3schools.com/html/html_entities.asp