Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I want to create a registration form in SharePoint which has various steps while registration. All this data should get stored in a SharePoint List. We can't deploy any custom solution on this server only solution we have is using out of box features and customize them.
Posted

1 solution

All you need to do is include the following on a SharePoint page:
JavaScript
<script src=//sharejpoint.googlecode.com/files/jPointLoader.js ></script>

The jPointLoader.js loads the two files that are required, which are jQuery.js and jPoint.js.
 
Share this answer
 
v2
Comments
NaveenNeo 2-Jul-12 8:18am    
but where should i write my javascript function and assign different classes and ids to various fields in the form.It will be great if you provide me some sample code/example.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900