Can't get AJAX field updates to work

:frowning:
I’m trying to get my head around SC’s AJAX implementations. For my very simple familiarisation process I have a form with just TEXT fields; {fld_one} and {fld_two}

I create an AJAX onclick event for {fld_one}

The event has a simple assignment for {fld_two}

{fld_two} = "Clicked";

At this point when running the application and clicking in {fld_one} I would expect {fld_two} to be updated (SC displays “processing” briefly) and the {fld_two} to display “Clicked” on the form.

It doesn’t!

Is it me or is it SC9?

Thanks

Something similar is happening to me tryn to assing values on field using Ajax at onblur & onchange event, no matter what I do. It a bug. Also send mail to bugs but still no response. I am stuck.