Support

Account

Home Forums Backend Issues (wp-admin) Dynamically Loading Values From Adjacent Fields Reply To: Dynamically Loading Values From Adjacent Fields

  • sorry, the line before that should be

    
    question = get_post_meta($post_id, $repeater.'_'.$i.'_'.$subfield, true);
    

    I missed the , true part which is very important