Home › Forums › Front-end Issues › JS Error – Front End Image Upload › Reply To: JS Error – Front End Image Upload
Hi
Following is the template code
<?php
/* Template Name: Add Service
*/
acf_form_head();
the_post();
?>
<?php include (TEMPLATEPATH . ‘/header-inner.php’); ?>
<section id=”main_content”>
<div class=”container”>
<div class=”row”>
<div class=”col-lg-10 col-md-15 col-sm-15″>
<div class=”col-item”>
<span class=”ribbon_course”></span>
<div class=”photo”>
<div class=”cat_row voilet”>Input Here</div>
</div>
<div class=”info voilet-text”>
<div class=”row add_bottom_5″>
<div class=”form-body”>
<div class=”col-md-8″>
<div id=”primary”>
<div id=”content” role=”main”>
<?php
$args = array(
‘post_id’ => ‘new’,
‘field_groups’ => array( 5303 )
);
acf_form( $args );
?>
</div><!– #content –>
</div><!– #primary –>
</div>
</div>
</div>
</div>
</div><!– End row –>
</div><!– End container –>
</section><!– End main_content –>
<?php get_footer(); ?>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.