Skip Navigation

[Resolved] Post Form Edit existing content – Notification of changes

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user wanted to know if it is possible to send out a notification when the user edits a post on the backend.

Solution:
Unfortunately this is not possible for the backend, however if the user is editing the post on the backend using a Toolset form then you can setup the notifications section to allow the form to send a notice when the post is update.

To build an edit form for the frontend please have a look at the link below.
https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/

This support ticket is created 5 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 6 replies, has 2 voices.

Last updated by leilaG 5 years, 2 months ago.

Assisted by: Shane.

Author
Posts
#1330693

Hi, just wondering if when a user edits existing content, is there any way we can be notified of what the changes were?

Thanks

#1330815

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Leila,

Thank you fro getting in touch.

Yes this is actually possible, however the changes would need to be done from a Post Edit form on the frontend and then a notification setup for this form.

Thanks,
Shane

#1331707

Hey Shane, yes we have a Post edit form, but I wanted to know if we are able to know what exactly was changed.

For example if the for had a few questions and the user edits one of the questions, is there a way to know when we get the notification, which parts of the form have been edited/changed from the original?

#1331845

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Leila,

Actually its possibly not that simple as to point out a single change. You will need to setup the notification for all the fields.

However at a glance you wouldn't be able to tell which field has been changed.

Alternatively you can setup a notification for each field on your form.

This way when the user changes a specific custom field it triggers the notification for that field.

So you will get a notice saying "Field X has been updated".

Please let me know if this helps.
Thanks,
Shane

#1336475

Hi, great it's possible, so would I add this for example in the form notification?

[types field='add-visitor-parking'][/types]

Also when I clone the form to make the edit form, it does not copy all the fields over, is there a reason for this?

Thanks

#1336859

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Leila,

Yes so you would say in your notification.

"User has change the field Visitor Parking to : [types field='add-visitor-parking'][/types] "

This way you will know that the user changed the Visitor Parking field and what value they changed it to.

Also when you clone the form it should give you a 1-1 copy of the form.

Thanks,
Shane

#1337041

My issue is resolved now. Thank you!