Support

Account

Home Forums Front-end Issues Link field not working Reply To: Link field not working

  • Hey guys.

    I had the same issue and it seems that if you go to your Custom Forms and change the “Return Value” in your link field from “Link URL” to “Link Array” should do the trick.

    Also, make sure that you change from this <?php echo esc_url($link_url); ?> to this <?php echo esc_url($link_url[‘url’]); ?>

    The [‘url’] bit is important