I have a form that has an option for Pending Info (checkbox) that users can select if they dont have enough info at the time the form was completed.
This form is stamped with user level auth so the record is associated with that user, so later they can login and just see thier entries.
I would like a triggered action to EMAIL the user who submitted the form if they used the Pending Info checkbox. To serve as an email reminder to do back and update the record.
Their email address is part of their user account info table. Username and password is used for login, but email is also collected.
I put a virtual hidden field on the form to receive on entry the auth table field email (Virtual1) and also pass that on exit.
I think I have the email set for Pending info checkbox but Im not sure how to have it sent to specific user who submitted the form.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
roattw
I have a form that has an option for Pending Info (checkbox) that users can select if they dont have enough info at the time the form was completed.
This form is stamped with user level auth so the record is associated with that user, so later they can login and just see thier entries.
I would like a triggered action to EMAIL the user who submitted the form if they used the Pending Info checkbox. To serve as an email reminder to do back and update the record.
Their email address is part of their user account info table. Username and password is used for login, but email is also collected.
I put a virtual hidden field on the form to receive on entry the auth table field email (Virtual1) and also pass that on exit.
I think I have the email set for Pending info checkbox but Im not sure how to have it sent to specific user who submitted the form.
Link to comment
Share on other sites
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.