Customization of SharePoint forms using JavaScript and Content Editor web part
Problem Statement - Customization of SharePoint forms using JavaScript and Content Editor web part
Output
Solution
To solve this we need to add content editor web part in new form window and we will add JavaScript files to customize new form
Create SharePoint list with name “Employee Information”

1. Go to setting and rename title column as Emp ID and create columns as shown in below table
| sr no | Column Name | Column Type | Description |
| 1 |
Emp Id
|
Single Line of text
|
Rename Title column
|
| 2 |
Employee Name
|
Single Line of text
|
|
| 3 |
Email Id
|
Single Line of Text
|
|
| 4 |
Status
|
Choice
|
Offered, Onboard, On notice
|
| 5 |
Grade
|
Choice
|
Grade1,Grade2,Grade3
|
| 6 |
DOJ
|
Date and Time
|
Date of Joining
|

2. The SharePoint “Employee Information” List will look like this
3. Click on “New Item”
4. Click on gear icon on the top left side of new item page and click Edit Page
5. List will open in edited mode, Click on Insert – Media and Content editor as shown below and click on Add button
6. Click on Edit web part and paste path of JavaScript file which will create in site asset folder of same root site

7. Click on Apply then OK and then stop the page from editing
Note - Before clicking Apply Check the URL is working by clicking on Test Link provided in Content editor.
8. Create a file called “Designtemplate.js” in site asset folder and Paste the following code.

cookiePosted Nov 3, 2020, 7:15 PM
Great job. Very easy to implement. What if there is a choice field set to radio buttons, how would you align them horizontally?
Kavitha ViswanathanPosted Sep 29, 2020, 11:42 PM
The employee family details accordions needs to come just below this accordion of employee details. Please help. Thanks.
Kavitha ViswanathanPosted Sep 29, 2020, 11:35 PM
Hi Pramod- thanks for the code, got to create an accordion. However I am facing 2 issues- custom form is not opening in Edit mode and I need to add more such forms with different headings- say ' family details' accordion.
Netaji JunghariPosted Oct 24, 2019, 7:09 AM
Hi Pramod, nice post. im looking for the same. need your help