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

How to add terms and conditions page on Guest self registration for CPPM 

Jul 08, 2014 07:39 PM

Introduction : This article talks about adding the details on the Terms and condition page available under Guest self Registration.

 

Environment : This article works best in CPPM 6.2 version

 

Configuration Steps :

Step 1: Create a HTML page and upload it to the content manager.

       We may also use the sample code as shown below.


-----------------------------------------------------

<!DOCTYPE html>
<html>
<body>

<h1>My Terms and Conditions</h1>

<p>My paragraph.</p>

Click  <a href="/guest/guest_register_1.php">here</a> to go back to registration page

</body>
</html>


--------------------------------------------------------

Where "guest/guest_register_1.php" is the URL of the Guest register page


Save this page (after proper details have been entered) as a .HTML file

Upload the same to Content manager as shown below.







Note the name of this page : terms.html




Step 2: We will map this page to the terms and condition link on the guest registration page.


Navigate to "Home » Configuration » Guest Self-Registration" and Edit the profile which we would want to change.






Click on Forms section of the register page.









Edit the "creator_accept_terms" option on this page.







Edit the HTML filed as shown below.


 

Add the line "I accept the <a href="public/terms.html">terms of use</a>" in the HTML section of the form,


Where the page test.html lies under the /public folder of CPPM ( uploaded via the content manager)


Step 3: Verification


Launch the self registration portal and click on the Terms of Use link.




Once we click on this page, We must see the Terms and condition page.










Once we click on the link provided in this page to return to the registration page, it should come back to the register page.

 

Statistics
0 Favorited
20 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.