Sensing that any input has been edited

Hey fellas!

I’m curious if anyone has found a trick/code snipped/plugin to detect if any input has been edited.

I’m thinking scenarios like:

  • Only show a Save button if changes have been made
  • Show an alert whenever any input is updated (without having to add it to each one)
  • Running a workflow if something changed

I know obviously that this can be set up one-by-one, but I’m looking for something that can speed that up.

1 Like

Put conditions on Save button

Set a custom statement on the page itself and have it triggered when one of the inputs changes. Use conditional logic for this.

This topic was automatically closed after 70 days. New replies are no longer allowed.