Automation based Email notification, questions
(If this is the wrong place to post this type of question, please tell me where to ask.Thanks.)
I have automation setup for wix data forms,to be notified by email.
On my page there are two address input boxes connected with google map id.
That is all OK.
Now, the problem is when I click the submit button.
I get email with notification text inside it (Notification Summary) , with other fields, but address fields (two of them) are missing from the the email message.
Page elements (address input boxes) are connected to collection fields. Collection fields are of type ‘address’.
Questions follow:
-
What type of fields get sent using email notification thru automation?
-
What is the connection between fields in the collection and the fields on the page in terms what will be emailed?
-
What is the order of field:filed values under “Notification Summary” in the email? As far as I know, it is by position of the elements on the page (top to bottom,left to right) and not the order of fields from the collection/table from left to right?!
-
How could one choose not to be notified of certain elements/collection fields in the email?That is,how to skip one and not the other?
4.5. Can “Created Date” and “Updated Date” be skipped ? -
Is is there a way to customize notification text? Can I add my own fields/lines of text under “Notification Summary:” by using code ?
6. How to get those 2 address fields emailed using my automation for wix user forms? Do I need to convert them to something? What?How?