Support

Account

Home Forums General Issues Dynamically fetch another post types field group Reply To: Dynamically fetch another post types field group

  • Hi Christian,

    Thanks for this, I tried the clone field but it wasent doing what I wanted to achieve.

    This would only replicate the fields. Not the questions I have set within the post type.

    So I set question A, B and C within a report.

    Then when I visit the report, I want to display Question A, B and C which should be prefilled on the report.

    I have achived this on the frontend already using ‘get_fields( $report_id )’;

    Just trying to suss out how to save the values of the input from the user end incase reordering within the Repeater occurs.