Change "Specify your own value" text in a SharePoint Default new form

Please use the following 



<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("label[for='ctl00_m_g_7935fd55_94fa_4f54_81aa_b55071fd845e_ctl00_ctl05_ctl04_ctl00_ctl00_ctl04_ctl00_FillInButton']").text("My Custom Value");
});
</script>


Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell