I want to add some text in several text fields (value side) that explains to the user exactly what to enter in that field. When the user clicks into the field, the help text disappears and only the cursor remains.
I added the text as the default value and formatted it to be light gray. In the Action Builder, I set it up so when the user enters that field, the value is set to null and the foreground color is changed to black. This works great but when you actually start using the form, if you enter that field and add some text, then exit and then go back to add more to that field, what you had there disappears when you re-enter the field. Is there a way around this problem. I tried creating a Tool Tip but unless you hold the cursor completely still in that field, the tool tip does not appear.
Thanks for your help...
-Don
Solved! Go to Solution.
Views
Replies
Total Likes
Look at this thread..
Bruce had given a nice PDF sample.. That may help you.
http://forums.adobe.com/message/2516823
Thanks
Srini
Views
Replies
Total Likes
Look at this thread..
Bruce had given a nice PDF sample.. That may help you.
http://forums.adobe.com/message/2516823
Thanks
Srini
Views
Replies
Total Likes
Thank so much Srini, that works exactly as I needed.
Thanks!
Views
Replies
Total Likes
A follow up question:
Is there any easy way to open that code to muliple fields?
Thanks again,
-Don
Views
Replies
Total Likes
The only way to reuse the code with multiple fields is by using the Script Object.
Place all the common code to Script Object and call the function in all the fields.
Thanks
Srini
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies