My requirement is very simple.
I have to create a sharepoint site for my team where we can store team details. I have created a list, where i am storing all data. To enter the details I have created an user form. By usingupdatelistitem i am saving the data entered by the user to the list. In other words, list is my database and the form I have created is my GUI to enter data. I could have used the default list form to add new item. But as per my need I needed some change in the look of the form. I have added some tool tip, some validations (using java script) as per my process.
Mainly in the regular list form all the input box comes one after one vertically, which I dont know how to rearrange.Please note I dont have Sharepoint Designer installed at my office. So I wont be able to do any customization which will require designer. IF without it the re arrangement is possible then I am not aware of the same. Will be greatful if you can help me in this too.
Regarding my requirement: Along with the details in the list, I also want to attach some document with each new item added. I will provide an option to user to upload word or excel file to add to the newly added record. Can be one resume or some reference doc. Is it possible using SPServices? Can I upload an attachment by code?
Kindly help me in this..
Also if this is not possible then it will be helpful if you can tell me how to upload some document to a document library