Insert multiple shortened links into a custom field | Community
Skip to main content
Lawson02
New Participant
October 21, 2024
Solved

Insert multiple shortened links into a custom field

  • October 21, 2024
  • 1 reply
  • 470 views

How would I insert multiple shortened hyperlinks into a custom field that lead to different places? What kind of field would I need to use?

 

Ex.

Go to API ,Go to Google 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sven-iX

Hi @lawson02 

that means you have to write HTML - so you have to use an RTF field (paragraph with formatting).

 

Try the Draft.js module that converts HTML to RTF, then insert its output into the field.

1 reply

Sven-iX
Sven-iXAccepted solution
New Participant
October 22, 2024

Hi @lawson02 

that means you have to write HTML - so you have to use an RTF field (paragraph with formatting).

 

Try the Draft.js module that converts HTML to RTF, then insert its output into the field.

Lawson02
Lawson02Author
New Participant
October 22, 2024

Dude you're awesome this worked like a charm.