Home › Forums › General Issues › Field to Create Links › Reply To: Field to Create Links
Hi @thiagonunes
Yes, the URL field only available in the PRO version. But it’s just like a text field; only it will check if you enter a valid URL or not.
If you want it to be clickable automatically, you need to modify the front end template like this:
<a href="<?php the_field('url_custom_field_name'); ?>">
I hope this helps 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.