Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am trying to collect data from my user on an html web page in a form. Then I need for that data to post to the sharepoint list once the submit button is selected. The webpage is on the same sharepoint site. I would also like the ability for them to add an attachment if possible. I have read a lot of things on the web about it but nothing show me a good example i can wrap my head around. Thank you all in advance for your help.

share|improve this question
Can you use infopath 2007 for the form? is it MOSS 2007 or WSS? – Arsalan Adam Khatri Sep 29 '12 at 13:04
I can use infopath 2007. But I do not know it well but i am open to option. the SP is 2007 that is all i know. – Gene Bond Oct 13 '12 at 22:07

1 Answer

Gene Bond,

In MOSS you can customize a list form in InfoPath 2007.. Or create an InfoPath form to submit data to custom list, you can follow this link to get complete knowledge on how you can post data to MOSS List using InfoPath form!

Why I recommend InfoPath form because there you have an attachment control as well and you can bind that control to list item attachments, and here is the usage of Attachment Control

Please let me know if you are stuck anywhere, I hope this helps!

Arsalan Adam Khatri
http://arsalkhatri.wordpress.com

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.