After a user completes a form, you can create a Submit button configured to instantly send the form by email.

  1. With your form in Design view, click in the area of the form you wish to add the Submit button.
  2. Display the Controls task pane and click the Button control, which places the button in the form.
  3. Double-click the button to launch its properties. On the General tab, the default Action setting is Rules and Custom Code, which is not what we want.

    092010_1431_createasubm1

  4. Change the Action drop down box to Submit.

    092010_1431_createasubm2

  5. Now click the Submit Options button to launch the Submit Options dialog box.

    092010_1431_createasubm3

  6. Click the Allow users to submit this form option.

    092010_1431_createasubm4

  7. In the Data Connections widow, click the Add button to add a data connection.

    092010_1431_createasubm5

  8. In the Data Connection Wizard, choose Create a new connection to as well as Submit Data and click Next.

    092010_1431_createasubm6

  9. Choose As an e-mail message and click Next.

    092010_1431_createasubm7

  10. Complete the email fields as seen in this screenshot. If you want to use a field from your form, click the corresponding Insert Formula
    [fx] button in this dialog box. For instance, if you collected the user’s email address on this form, you can include them in the cc field of the email. See step a, below.

    092010_1431_createasubm8

    1. When you click the Insert Function button for the Cc: field of the email, you get the Insert Formula dialog box.

      092010_1431_createasubm9

    2. In the Select a Field or Group dialog box, choose your emailAddress field you created in your form and click OK twice to get back to the Data Connection wizard.

      092010_1431_createasubm10

  11. Once your email address fields, subject and introduction fields are completed, click Next.

    092010_1431_createasubm11

  12. Choose Send only the active view of the form and no attachment, then click Next.

    092010_1431_createasubm12

  13. You can rename the data connection or accept the default “Email Submit” name. Click Finish.

    092010_1431_createasubm13

  14. Now you’re brought back to the Data Connections wizard where you see your Email Submit connection along with a preview of its properties. Click Close.

    092010_1431_createasubm14

  15. To complete the setup, click the Ok button in the Button Properties dialog box.

    092010_1431_createasubm15

  16. The next step is to Preview the form so that you can test your new Submit button.