My page should contain a text box ,drop down menu and a button. The drop down menu to choose the type of the request and the text box to write a text inside it and after clicking submit button will insert a new item in the sharepoint list. The list should save the Request type from the drop down menu in Request type column, and the should save the text from text box in text column. and should save the created by user in the created by column.
I need a help to write a javascript and html to reach to this as I am new in this field.
Thanks in advance.