leave Link / URL field unlocked

pooja79
Tera Contributor
2 REPLIES 2

Ratnakar7
Mega Sage
Mega Sage

Hi @pooja79 ,

 

You can try the following client script:

 

function onLoad() {
  var urlField = g_form.getControl('field_name'); // replace "field_name" with the actual name of the URL field
  urlField.removeAttribute('readonly');
}

 

 

If my response was helpful in resolving the issue, please consider accepting it as a solution by clicking on the Accept solution button and giving it a thumbs up 👍. This will benefit others who may have a similar question in the future.

 

Thank you!

Ratnakar

Hi @Ratnakar7 

Thank you so much for your quick response.

I tried this solution but still no luck. What should I do with system Property?

 

 

Thanks,

Pooja Kamble