Hi,
I have form with inline edits available and an IFTT that emails me if a field is modified.
Is there a way for the email to tell me what the field was storing before it was modified and what it is now that it has been modified?
Thanks
Yes, of course you can do that - see https://wiki.vertuna.com/spaces/CONFIFORMS/pages/2359385/Virtual+functions and hasChanged function
+ this example should help
https://wiki.vertuna.com/spaces/CONFIFORMS/pages/27230736/Sending+the+change+log+via+email
Alex
Just to clarify on Alex's response, On the hasChanged section on the Virtual Functions page in the wiki, check out the _previousState virtual function, which will give you exactly what you were looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Alex Medved _ConfiForms_ that was helpful and @Mar Demolag that detail is what I needed, thanks :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.