Solved
I've worked on projects where there was some javascript that went in the Head section that allowed you to specify a single field on a form that would NOT pre-pop. We found it very useful when people were registering for webinars and wanted to change the date of the registration or register for multiple dates. Now that I'm at a new gig, I can't find this code anywhere in the Community. Help?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
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>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.