Different rows in the same Form...

Hi,
You need to wrap it with onReady function.
It should look like this:

$w.onReady(() => {
    $w('#dataset1').setFieldValue('title', $w('#text11'));
});

Roi