Skip to main content

Pre-fill text in input fields?

I am using the text_field "submitted_address", class:"text" variable and the pre-fill text is not showing up. Can anyone tell me how I could either edit this text or make the prefill text show up. Thanks very much

Official response from

Elizabeth, try adding this to the template and replace XXXX with your desired text.

<script>$(document).ready(function() {$("#signup_submitted_address").DefaultValue("XXXX");});</script>

 

Share this post

Showing 3 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.