I had to do this four times now in the past couple of years or so and every time need to remind my self the steps. So here it is:
- Create your custom list with all the columns you need.
- Using SharePoint Designer open the site containing the custom list you want to create a new "New Item" form.
- Browse to the custom list web part under Lists folder.
- By default you'll find there four .aspx pages: AllItems.aspx, DispForm.aspx, EditForm.aspx and NewForm.aspx pages. Copy and paste NewForm.aspx page.
- Rename the new page to anything you like i.e. NewIncidentForm.aspx
- Open the page to edit.
- Delete the web part in it.
- Go to Insert menu and choose SharePoint Controls then Custom List Form...
- You will be presented with a small window where you need to choose your custom list. Content type will be Item just make sure you choose "New item form" under Type of form to create.
- When you click ok the standard new form will be inserted in your new page in a table format. Get in and start re-designing the form any way you like.
No comments:
Post a Comment