Have a referral form that an employee completes referring a candidate for a specific position.
Fields are: EmployeeName, EmployeeEmail, Candidate, Position, ReqNo.
I created a submit button (used regular button and changed it to a submit and entered an email address). The form is sent to this email address in a PDF format. This works great.
Now at the same time I would like send a message to the employee acknowledging that we have received their referral -utilizing their email address from the form.
Is there anyway that I can combine both of these actions on the Submit button I already have created?