Support

Account

Home Forums General Issues FrontEnd Form Post Title Clone Field

Unread

FrontEnd Form Post Title Clone Field

  • While using a frontend form to create a custom Post Title based on 2 other fields, what format do the field id’s need to be in for a pulling data from a Clone field?

    The code i have working on a non-cloned field page is:
    'post_title' => $_POST['acf']['field_58bea00572de8'] . ' ' . $_POST['acf']['field_58bea00e72de9'],

    The above doesnt work where im using a clone field unfortunately.

    Neither does:
    'post_title' => $_POST['acf']['field_58c00862501f9_field_58bea00572de8'] . ' ' . $_POST['acf']['field_58c00862501f9_field_58bea00e72de9'],

    Any ideas?

Viewing 1 post (of 1 total)

The topic ‘FrontEnd Form Post Title Clone Field’ is closed to new replies.