Hello all,
I noticed on the Issues list a request to add underscores to JS selectors. I would like to add that to properties as well. I have to do:
firstname := response first_name.
middlename := response middle_name.
lastname := response last_name.
I tried wrapping them with <> but then the changes are ignored. Any way to do this right now ?