Hello,
I have 2 fields: transport (radiobuttons) and roommates (text area), both with Ajax editing in frontend active and working fine.
I have created two Auto Actions with Type: Email and trigger OnAfterUserUpdate:
1.- When the user changes their transport method, an email must be sent to the email address of the transport coordinator.
2.- When the user introduce data in roommates, an email must be sent to the email address of roommates coordinator.
Both actions are working, but when you modify one of the fields, both emails are sent simultaneously.
Edit: Really the emails are sent when any other field is modified with Ajax in frontend.
How can I fix this?
Thank you.
Jose