Results 1 to 1 of 1

Thread: ACF custom fields in proposal form

  1. #1
    Thread Starter
    Expired Customer frontcode's Avatar
    Join Date
    May 2017
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    ACF custom fields in proposal form

    I am wanting to add fields to the proposal form. I am able to display the fields in the form in the frontend by using this code:

    Code:
    <?php acf_form_head(); ?>
    <?php acf_form(array('post_id'	=> $proposal->id, 'form' => false, 'field_groups' => array(131), 'return' => '' )); ?>
    But the problem is, I still cant actually save the value upon form submission. Anyone got an idea about this? Its driving me crazy

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] No Custom Form - No custom fields found. This usually means your install script did n
    By ironfever in forum Report ClassiPress Bugs
    Replies: 22
    Last Post: February 10th, 2016, 05:03 AM
  2. [SOLVED] Mrp , Custom link, Deal Custom Form Fields Wont Remove
    By franky in forum DealPress
    Replies: 5
    Last Post: January 20th, 2016, 01:53 PM
  3. multiple drop-down search form using custom fields and custom taxonomies [part 2]
    By davidhaz in forum ClassiPress General Discussion
    Replies: 12
    Last Post: November 4th, 2014, 06:40 AM
  4. Custom Fields Not Showing on Available Fields in Form Layout?
    By mintiesme in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 9th, 2012, 03:55 AM
  5. [TUTORIAL] multiple drop-down search form using custom fields and custom taxonomies [part 1]
    By davidhaz in forum ClassiPress General Discussion
    Replies: 6
    Last Post: June 6th, 2011, 05:40 AM