Forum Moderators: open
Does anyone know if its possible to have a default value in your Form Input area. So for example,
I want a £ sign to be present in the input field so I would use ...
<input type="text" name="Your_Budget" value="£" style="width: 80%" />
However, the client can then override the £ sign, I dont want them to. I want the writing to automatically start after this symbol.
Is this possible?
Thanks
Alternatively, you might be able to do some very complex JavaScript to catch every key event and then make sure that the symbol was always in there, but it would not be reliable and probably alot more work than it's worth.