I have a web form that relates to a view and have it set up to send me an automatic email when the form is submitted.
I'd like the automatic email to say:
NAME is scheduled to be interviewed on DATE at LOCATION, ADDRESS.
NOTES ON NAME
The NAME, ADDRESS and NOTES fields all come from a table of contact info.
The DATE and LOCATION come from a table of interview info.
These two tables are connected in a view where the interview table is editable. Both tables are connected through a unique ID.
The email I'm getting says this:
is scheduled to be interviewed on 2/13 at their office, .
All the info that should be coming from the contact info table is missing. Am I not able to get this info or is there something I can/should be doing differently?
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
DBAngel
I have a web form that relates to a view and have it set up to send me an automatic email when the form is submitted.
I'd like the automatic email to say:
The NAME, ADDRESS and NOTES fields all come from a table of contact info.The DATE and LOCATION come from a table of interview info.
These two tables are connected in a view where the interview table is editable. Both tables are connected through a unique ID.
The email I'm getting says this:
All the info that should be coming from the contact info table is missing. Am I not able to get this info or is there something I can/should be doing differently?Cheers for reading & any advice.
Link to comment
Share on other sites
5 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.