Solved! Go to Solution.
It's the last code sample on this page: https://community.marketo.com/MarketoArticle?id=kA050000000Kyy3
Best,
Jep
Replace the yellow text with your exact field name
<script type="text/javascript" src="/js/public/jquery-latest.min.js"></script>
<script type="text/javascript">
// set no conflict mode for jquery
var $jQ = jQuery.noConflict();
$jQ(document).ready(function(){
$jQ('#Comments').attr('value','');
});
</script>
It's the last code sample on this page: https://community.marketo.com/MarketoArticle?id=kA050000000Kyy3
Best,
Jep
Replace the yellow text with your exact field name
<script type="text/javascript" src="/js/public/jquery-latest.min.js"></script>
<script type="text/javascript">
// set no conflict mode for jquery
var $jQ = jQuery.noConflict();
$jQ(document).ready(function(){
$jQ('#Comments').attr('value','');
});
</script>