Disabling readonly fields in a web page

I have a date field box in a webpage which uses calendar.js script to enter the date. I cannot manually type into the box as it is only read only. I want to remove this read only property whenever I visit the page. Any ideas?

Hi @BOTMIRAGI

You could try Inject JS Script activity to achieve it.

2 Likes

@loginerror - Is there any solution to this problem. Can you please share the js script ? I am also facing the same problem. Please assist

Hi @Shirish_Pathak

Please see the below sample, it disables the search input box using the Inject JS activity:
DisableElementInjectJS.zip (5.9 KB)

There is also this article available: