I am trying to change the color of the fillable areas of the text field as suggested in this example of the Adobe.
So I created one text field, and a button. Later I used the below code in the click option of the button
xfa.resolveNode("subform_1.TextField1.ui.#textEdit.border.fill.color").value = "153,204,255";
I wrote the same code (except the path address of the object), but after clicking the button the fillable areas are not changing. I attached the PDF with question for your reference.
Can anyone tell me why color is not changing?
Thank you so much for your time, and suggestions.