Search code examples
sharepointinfopath

how to create form on infopath for sharepoint


I'm very new to share point. I want to create a train ticket booking form, which will allow requester to enter their no. of tickets, journey date, number of travelers and then a submit button , once they press the submit, our general office should get a notification that some one has requested to book a ticket . How can i achieve that? any help will be very helpful,

I will use infopath to create form.

Kind Regards,

Biswa


Solution

    1. Create Infopath form with all your required fields.
    2. Publish the Infopath form on a SharePoint library.
    3. Configure Submit operation in Infopath form.
    4. Publish form again. (Use quick publish this time because you want to publish on same library)
    5. Open SharePoint Designer and create a List Workflow for this library.
    6. Set this workflow to run when then item is created.
    7. In workflow, you can add statements to send email to your "General Office"

    Hope it helps!