Creating a dynamic embedded link to paste URL

I am trying to create a dynamic embedded link that I can paste a URL into.

Something like:

I’ve put together your proposal which you can review below:
CLICK HERE

Then CLICK here gets embedded with the link.

I reviewed this topic: How to link a url to the text expression 'click here' - #3 by olivierc

Neither solution presented there really works for me.
I want to avoid the clipboard one and if i use something like this the url is still displayed in text along with the link: {formtext: name=link offer}{link: {=link offer}}CLICK-HERE{endlink}

Thanks!

Hi Tim,

You would want to do something like this:

I’ve put together your proposal, which you can review below:
{if: url = ""}{error: Paste your proposal link to the right ->; block=yes}{else}{link: {=url}}CLICK HERE{endlink}{endif}{note} Your proposal link: {formtext: name=url}{endnote}

Some notes:

  • We use the {note} command to provide the input field, but not insert that field when we insert the snippet
  • We use the block=yes setting of the {error} command to prevent inserting the snippet until you've added the link