The example below loops through all invitees and pulls out the information for those with a status of Draft or Invited.
<pre>[#(?(object =invitation::orderby=status::criteria=(status='Draft' or status='Invited'))~firstname~ ~lastname~ ~email~ ~role~ ~status~ <br>#] </pre>
==Custom Invitation Button==