I'm looking to prefill an input/textbox in Bootstrap with a specific string as the default value. This isn't about using the placeholder
attribute, but actually changing the text that appears in the input so users can select and edit it.
For example: (Input box automatically filled when page loads)
The content remains static, meaning if there's a way to achieve this without programming, using HTML would be ideal.