Support

Account

Home Forums Bug Reports 406 Error when saving field with url Reply To: 406 Error when saving field with url

  • The solution I found was to do this in the theme:

    <a href="http://<?php the_field('url');?>">...</a>

    and DON’T type

    http://
    into any field in ACF and you’ll be fine.