I'm trying to work out how to trigger a dialog modal popup when an action is completed. For example, if a new record is added to a form, recorded deleted, updated etc, I'd like a POPUP to spring up to show confirmation - i.e. Record Saved, Deleted etc.
Can't workout out how to trigger Frmmodal on event?
Thanks
Mik
You should code all of that into the submit and update sections here -> https://formidableforms.com/knowledgebase/general-form-settings/#kb-messages
As for delete, that is a different beast a bit. You'll want to read through this -> https://formidableforms.com/knowledgebase/allow-users-to-delete-their-entries/ and decide how to hook it from there based on whatever method of deleting you are using.
Please login or Register to submit your answer