- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2016 01:34 PM
Hi everyone!!
I need to have a placeholder text in a string field of length 1000, consisting of multiple lines. Something like this:
[Logo]
[Job Name]
[Task Name]
[Number Range]
[Delivery Date]
I followed this thread Support for HTML 5 placeholder attributeand the solution worked perfectly for a single line, but am unable to insert multiple lines. Could someone help me achieve this? Thanks a ton in advance!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 10:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2016 10:46 PM
Hi Kotha,
Please try with \r\n. it should work.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2016 07:22 AM
That worked perfectly Prakash! Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2023 06:10 AM
Any idea how it will work in field type of HTML? It does not work with \r\n or any other HTML line-break html tag as well.