Support

Account

Home Forums Add-ons Repeater Field add_row functions add double rows Reply To: add_row functions add double rows

  • This is my code
    // Target form and add row
    function set_structure_note( $entry, $form ) {
    $structure_note = rgar( $entry, ‘1’ );
    $note_user = rgar( $entry, ‘4’ );
    $row = array(
    ‘structure_note’ => $structure_note,
    ‘structure_author’ => $note_user,
    );
    add_row(‘structure_notes’, $row);
    };

    My <p style=”font-size:1px”>pintodown </p>
    downloader site also works with the same pattern as yours