• Hi,

    Is there a way to get $submission->get_posted_data to convert the post_id to the post_title? It’s for a pre-defined dropdown based on the posts.

Viewing 1 replies (of 1 total)
  • Thread Starter Jack Mawhinney

    (@jackjpdiscos)

    Code is this;

    $cf7_data['mem_type'] = ( $submission->get_posted_data( 'mem_type' ) ? sanitize_text_field( $submission->get_posted_data( 'mem_type' ) ) : '' );

Viewing 1 replies (of 1 total)
  • The topic ‘get_posted_data’ is closed to new replies.