Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is an example where the default approve notification on a form section is suppressed, and replaced with a custom notification hook using a custom notification template (Approval_Notice).  The last user to save the section with id "Student" receives this notification.

Code Block
languagexml
<form<form 
	id="SomeFormSectionApproverSection" 
	class="
		form-sectionsection 
visiblefromall		visiblefromall 
		notify-approve-last_saved_by_user-Student-template-Approval_NoticeNotice 
		suppress-notify-approve
	"

 

Sample Notification Template

...