Support

Account

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 🙂