I want to receive a notification when someone completes my form. However, I do not want to receive all of the form data as some of it is very personal (social security number, etc). How can I set it up to notify me that someone completed a form but not include all the data they provided?
You can modify the notification email you receive by going to the "Notifications" tab of the form with which you're working. Under "Your Notifications," choose either plain text or HTML email, and then instead of selecting the "Default template" option, select "Customized template." In the sidebar to the right of the screen you'll note that it says not to use the %%RESPONSE%% alias when your form contains sensitive information. Instead, you'll probably want to modify the template by deleting that alias and adding the aliases for only the fields that do not contain sensitive information. The last item in the sidebar contains a link where you can view all the fieldnames for the current form.