Support

Account

Forum Replies Created

  • Hey support, still having issue for months and no response?

  • I am having the same issue and no explanation, it was working and suddenly started creating double entries for the repeater field. I have registered license for the plugin. Please advice.

    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);
    };

Viewing 2 posts - 1 through 2 (of 2 total)