views:

856

answers:

2

I've customized NewForm, EditForm and DispForm to allow users to create new, edit (with certain permission) and display service requests.

The forms work fine except in my views (e.g. Createbyme.aspx which shows all requests owned by me). Instead of pointing to my custom DispForm /[site]/Lists/[list_name]/DispForm_custom.aspx?ID=[request#], it links to /[site]/?ID=[request#].

Is there any suggestion for a fix?

A: 

I just answered this question in another post...

http://stackoverflow.com/questions/1614767/restore-newform-aspx-file/1619804#1619804


To summarize,

Open the page and select the form control. Oen the propertis for that control and select the radio button "NEW ITEM FORM". After you save the page you can then select the page as a supporting file for the list and the setting will stick. Do not select the page as a supporting file first as the setting will not stick... ergo the order of your steps is important.

UJ
A: 

Hi

I have a created customlist, I have taken dispform.aspx as backup and renamed dispformbackup.aspx

In the created list I have created 5 list views pages. when I select the list items,one of the listviews page redirects to dispformbackup.aspx instead of dispform.aspx. And the remainging list view pages redirects to dispform.aspx. I want all pages to open in dispform.aspx.

please help me.

Thanks & Regards

Harsha