AAA, NAC, Guest Access & BYOD

 View Only
last person joined: one year ago 

Solutions for legacy and existing products and solutions, including Clearpass, CPPM, OnBoard, OnGuard, Guest, QuickConnect, AirGroup, and Introspect

Customize Guest Self Registration on CPPM to print receipts immediately after registration 

Jul 11, 2014 05:56 PM

This article talks about printing the registration receipt automatically after registration.

 

Environment: This article implies to CPPM 6.2 and greater.

 

 

I want to get a printout of "Visitor Registration Receipt" automatically without using the print option.

We can achieve by adding a PHP code in the Footer section of the Receipt page.

Login to Clear Pass Guest Module and navigate to "Home » Configuration » Guest Self-Registration".

 

rtaImage.png

 

Select the profile which we are using and Edit.

 

rtaImage (1).png

 

Select the profile which we are using and Edit.

 

rtaImage (2).png

 

Click on Footer and add the PHP code as shown below.

{literal}
<script type="text/javascript">
window.print('guest_receipt.php?id=8');
</script>
{/literal}

 

rtaImage (3).png

 

Save and apply.

We can also force redirect to registration page after the print of receipt is done by adding the below code in the same place.

<meta http-equiv="refresh"
content=2;url=<YOUR GUEST REGISTRATION PAGE>?_clear=1"/>

The above code will refresh the page and redirect you back to self registration page.

 

 

 

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.