Avatar

Level 1

I have a form that has several fields that need to be pretected after clicking a button.

So the user cannot alter the imput and cannot reset those fields.

For the normal fields i've used Variables and put a FormCalc script to the 'Exit' event:

And a FormCalc script to the 'layout:ready' event:

But i also have a table with 2 textfields and a button to add more rows.

How do i protect those tablefields from altering and resetting?