Few days back, i had a little discussion with Michael Hohne (www.stunnware.com). (btw, if you don’t know Michael than you have never searched on the web on Mirosoft CRM)
Do visit his website for the basic guidline for the solution providers on different forums & newsgroups;
Naaz said,
November 25, 2007 at 5:20 pm
Can i design a questionare in the MS CRM. A long question and then with the text box.. for yes/no and if no then another text area? how can i write long captions in the form without changing the fileld width and hight.
any guess?
uMar Khan said,
November 26, 2007 at 1:19 am
Naaz, you may use ’section’ as question and then add a picklist and a text field without labels. Then using JScript hide text field in onLoad. In onChange of picklist, add JScript code which visible the text field on true and makes it invisible on false.