Support

Account

Home Forums Front-end Issues Custom field to front end how to achieve this? Reply To: Custom field to front end how to achieve this?

  • My form showed up using this code but when I update, It redirects to another link
    how can I make this one like no loading after I press update?
    One more thing there are no changes when I press the update button

    <?php acf_form_head(); ?>
    <?php get_header(); ?>

    <div id=”primary” class=”content-area”>
    <div id=”content” class=”site-content” role=”main”>

    <?php acf_form(); ?>

    </div><!– #content –>
    </div><!– #primary –>

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>