• Resolved jhjdev

    (@jhjdev)


    Hello there.

    I’m relatively new to ACF.

    I was just wondering if you had any examples of how to call the plugin on the frontend side in the WordPress template?

    I’ve added in WordPress and enter the keys that are needed, but when I try call in the template with something like <?php print (get_field(“recaptcha”)); ?> nothing is displayed.

    Best regards,
    /Jon H. Jakobsson

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Irvin Lim

    (@irvinlim)

    Hi Jon!

    Thanks for giving my plugin a try! This is meant to be used on frontend ACF forms, which means that you have to use the_field() to render a field, rather than get_field() which will give you the value of a custom field.

    Check out this page on the official ACF documentation for more information ??

    Let me know if you still need more help!

    Plugin Author Irvin Lim

    (@irvinlim)

    Hi, due to lack of activity I will be closing this thread.

    If you still require assistance, do open a new support thread. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Frontend display’ is closed to new replies.