Notifications

Create Notifications in Form Views

NOTE: The notification will take 100% the width of the container

This is very helpful when important information needs to be displayed while a form is being completed.

addField([
  'type' => 'notification',  //required
  'value' => 'This tour requires passport information', //required
  'icon' => '<i class="fa-sharp fa-solid fa-circle-exclamation"></i>', //optional
  'blockClass' => '', //optional
  'class' => '', //optional
  'id' => '', //optional
  'attributes' => '', //optional
  'style' => '' // optional
]);