Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.


    • CommentAuthorjohn
    • CommentTimeFeb 3rd 2007
     
    Hi,

    I need to add some text to a form field so the user can click the field to start filling it in, and then the text disappears.

    Can anybody advise me on exactly how to achieve this?

    Many thanks.
    • CommentAuthorjustnajm
    • CommentTimeFeb 11th 2007
     
    Do you need the text field to work as dynamic text field or want to perform some interactive work with the textfield ( that can be perform through javascript )
    Assuming that you only need to put text field on your form.

    <form action="nextpage.htm" name="frm1">
    <input type="text" name="text1" value="default text">
    </form>

    Please describe the requirement in little more detail so I can give you the exact solution.