I have an extensive form on my website.
I need users to change their options so that I can make decisions based on the changes.
I was able to have a notification sent by email whenever a change was made.
however, in the E-mail, I cannot send only the custom field that was changed.
I would need to use a conditional in the email.
I did some research and found something like [wpv – conditional if]. However, I did not find any documentation on how to use it.
But, as I understand, you want to display only field information that have been currently changed - correct? If yes, there is no way to track what field has been changed as it will require to save the field state before the change has been made and there is no such function available.