Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my SharePoint List I have a custom field which is a filtered lookup.

The thing is that I would like to customize my form in InfoPath 2010 for that list, but I can't because I've got a custom field into it. When I'm trying to edit the list form from SharePoint I get the following error message in InfoPath :

"The SharePoint list form can't be customized with InfoPath because fields of an unsupported data type are marked as required, or because fields are corrupted. In SharePoint, try deleting the columns or editing the column properties to remove the required attribute. - Items (FilteredLookupField)"

This is normal, because it's not supported but is there a way that I could customize that form in InfoPath? If not, tell me how I could do it.

Many thanks.

P.S. I can't put any images yet. I don't have enough rep. ; )

share|improve this question

1 Answer

up vote 0 down vote accepted

Unfortunately, InfoPath will not help you there. You can however try to accomplish it in SharePoint Designer as it also offers a customizable, XSLT-based form control you can use.

share|improve this answer
Thanks for the help! I will be looking at that. – user Jun 13 '12 at 18:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.