Different rows in the same Form...

Hello

Thanks a lot for your help !!!

I understood the syntax of the function, but when I test the function there is a problem on the console
Message is " Error: The element selector function (usually $w) cannot be used before the page is ready "

I removed “.value” and after all was Ok, but there was always the error message in the console …
" Error: The element selector function (usually $w) cannot be used before the page is ready "

My function is: $w(‘#dataset1’).setFieldValue(‘title’, $w(‘#text11’));

A big big thank you for your help !!!