Hi,
I would like to programmatically get the ID of the form field that triggered a function. How can I do this? The end goal is to set the form field back to its default value in case javascript validation fails.
Thanks!
Mark
Hi,
I would like to programmatically get the ID of the form field that triggered a function. How can I do this? The end goal is to set the form field back to its default value in case javascript validation fails.
Thanks!
Mark
Hi Mark,
Can you elaborate a bit more in details? Sometimes in Webcon you can achieve the same result in different ways. If you provide more info I can try to provide a solution. :)
Cheers,
Martin
Hi Mark,
Can you elaborate a bit more in details? Sometimes in Webcon you can achieve the same result in different ways. If you provide more info I can try to provide a solution. :)
Cheers,
Martin
Hi,
Like I said, I am performing a field validation with javascript if a field has changed. I need to get the field ID of field that triggered this function, so if the validation fails, the field can be set back to its default value. I have been experimentin with uxContext parameter, but have been unable to find a function or value, that carries the ID of the field that triggered the function.
Best regards,
Mark