Pre-Popuate Request Offerings based on textareaID
I need some help in pre-populating a text in the input field of RO in Cireson Portal
Searching through google gave me some ideas on how to populate this based on textareaid.
My problem is, textareaId does not seems to be constant value.
For E.g. when I use the below code, it works perfectly for the current session:
});
However, when my session timed-out or when initiating a new session, it didn't work. When I checked the the form gives a new textareaId "textArea70019fcb-ffb2-4660-93e7-d780360a66f7" where the old value that is configured in .js does NOT match.
Have anyone done this before? or am I missing something here. please help me.
Answers
Thanks for your reply. I would give a try in my environment and will let you know the results.