I’m looking to add a URL from my embedded data into the question text. However, when I do this, half of the URL gets cut off in mobile view. To view the full URL, the user would need to scroll to the side, which isn’t ideal. The URL also isn’t clickable - just showing up as static text. How can I adjust this?
Page 1 / 1
Add this HTML line to it, change the href and text apperance as you wish
<a target="_blank" style="word-wrap: break-word;" rel="noopener" href="${e://Field/YourEmbeddedURL}"> ${e://Field/YourEmbeddedURL} </a>
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.