SharePoint Version : 2013
Suppose, we are having an InfoPath form with following controls which helps to submit, view and edit data in SharePoint
- Repeating Table
- File Upload
- Picture
- Repeating section
And, we need to find out an alternative to implement this functionality then what is the best approach to follow.
Does using HTML+JSOM to creating the page and replacing the controls with below will help ?
- Repeating Table --> Replacing with JQuery GRID or HTML datatables for collecting the data and then inserting this to other list and linking this to parent list
- File Upload --> Using Option of HTML File Upload option or using LIST attachment option
- Picture --> Uploading to other Document Library and linking the href to the form for viewing
- Repeating section --> Using DIV with controls and using logic to repeat the same
Other than this, Are we having any other option to design the SUBMIT , VIEW and EDIT form ?
I believe we can implement the same with the help of SP designer, but SP designer is not allowed in that site.
Please share your thoughts on this...