1

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?

4

1 回答 1

0

我刚刚在另一篇文章中回答了这个问题...

恢复 NewForm.aspx 文件


总结一下,

打开页面并选择表单控件。打开该控件的属性并选择单选按钮“NEW ITEM FORM”。保存页面后,您可以选择该页面作为列表的支持文件,并且设置将保持不变。不要先选择页面作为支持文件,因为设置不会粘住......因此,您的步骤顺序很重要。

于 2009-10-25T03:42:10.343 回答