Press release archive
It would be good to be able to display a list of press releases, like a blog entry list. Without this, I'm not sure what the point is of having a press release page type...?
I'm working off of a design for foodday.nationbuilder.com that calls for placeholdersin the email signup text fields. So far, I haven't been able to figure out a syntax that doesn't just break the form. Anybody know how to do this?
Â
thanks,
pq
Is it possible to use placeholders on input fields?
I'm working off of a design for foodday.nationbuilder.com that calls for placeholdersin the email signup text fields. So far, I haven't been able to figure out a syntax that doesn't just break the form. Anybody know how to do this?
thanks,
pq
Official response from Lilia Villa completedYou should be able to do this by changing the default value of the input by adding this to the template:
<script> $(document).ready(function() { $("#nameofinputfield").DefaultValue("placeholdertext");
}); </script>