Support

Account

Forum Replies Created

  • They are not appearing in the revisions, they are being saved and I can display them in the front end 🙂

    Here is how I build my forms:

    $new_post = array(
    	'post_id'            => 'new', 
    	'field_groups'       =>  array(205),
    	'submit_value'       => 'Create Post',
    	'return'             => '%post_url%',
    	'updated_message'    => 'Post has been saved.',
    	'html_before_fields' => '<h1 class="page-header-title">Create a New Post</h1>',
    );

    BTW, thanks for the help 🙂

  • Hi John,

    Yes I do have acf_form_head(); before get_header();

    The only thing that I can I see in the revisions is the changes to post title..

    As for the other questions yes I meant revisions (how they are displaying fields and field values)

    Lets say instead of field title which would be “Title” i get the field name, which comes from <input name="something_title">. Does that make sense? 😮

    https://www.dropbox.com/s/3wz43jgyiwdou9s/Screenshot%202015-11-21%2019.38.14.png?dl=0

Viewing 2 posts - 1 through 2 (of 2 total)