I am attempting to create a custom text field that includes regular text as well as a link to an external URL (see Imgur photo below).
https://imgur.com/a/Hyemm5J
How can I accomplish this in ACF?
You could use the Text Editor/WYSIWYG field
OR
You could use 3 fields
Textarea – to create the text
Textfield – to create the link text
URL – to handle the link
The latter would need more coding to combine the fields