views:

275

answers:

2

I want to create tool tips for each part in a form which employees have to fill in a share point web page. When users move the mouse cursor on each field (Title, description, department etc.) the related tip will be automatically became visible as a simple pop-up (tool tip) and summarize what they should write there. and when the mouse cursor is not on one of these fields there is no tool tip.

How can I design such a system via share point designer? I am not able use any add ons. I can't upload any additional things to the server. I have to make page based design.

I would be glad if you kindly help me.

+1  A: 

Have you considered using field description?
This is SharePoint's default way of adding additional information to fields.

field description

Marek Grzenkowicz
I have already used this but my boss prefers pop up solution.
ephieste
A: 

Open up the aspx page for the form in SharePoint designer. Then you can use SharePoint designer just like Visual Studio to see the code. Try adding the "tooltip" attribute to the field controls within the form. There is a small possibility these controls will actually be written using XSLT instead of ASP, so be prepared to do some studying.