Support

Account

Home Forums General Issues URL field Reply To: URL field

  • You cannot use the return on a url field in a shortcode because it only returns the url and this is illegal in WP
    <a href="[acf field="field_name"]">
    You would have to build your own shortcode that returns the entire <a></a> element.