You must replace 'volunteer.custom-domain-placeholder.org', in the examples below, with your custom mapped domain. If you have not configured custom domain mapping in your account, please refer to the 'Full Custom Domain' section here: https://support.cervistech.com/hc/en-us/articles/360057143492
You must replace 'xxxx', in the examples below, with your 4 digit organization ID. If you are unsure what your 4-digit organization ID is, you can locate it by following the steps below:
- Login to your CERVIS Account.
- Click on the "Edit System Configuration" link under the "System Management" section of the Main Dashboard.
- Locate the the "Organization Information" section of the System configuration which is the first section of the system configuration.
- Locate the "CERVIS Organization ID" field to view your four digit ID.
In some instances you must also replace nnn with another variable depending on the page. If you are unsure how to locate these numbers please contact our Customer Support Team by using the "Submit a Request" feature at the top of the page.
Use one of the following methods to integrate CERVIS into your existing organizational website.
Option #1
Manual HTML iframe page:
For Option #1 (Manual HTML iframe page) you can adjust the width of the iframe between 450 and 700 pixels, the height is set by the script.
- CERVIS Opportunity Registration
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/eventwebreglist.php?org_id=xxxx" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Opportunity Registration (Calendar View)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/datewebreglist.php?org_id=xxxx" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Opportunity Registration (Filtered for a specific interest category)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/eventwebreglist.php?org_id=xxxx&event_category_id=nnn" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Opportunity Registration (Filtered by a keyword or keywords)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/eventwebreglist.php?org_id=xxxx&keyword=nnn" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Opportunity Registration (Single Opportunity)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/eventdetail.php?org_id=xxxx&event_id=nnn" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Service Project Registration
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/spwebreglist.php?org_id=xxxx" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Service Project Registration (Filtered for a specific interest category)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/spwebreglist.php?org_id=xxxx&event_category_id=nnn" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Service Project Registration (Single Project)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/spdetail.php?org_id=xxxx&event_id=nnn" width="550" height="1075" frameborder="0" title="CERVIS Opportunity Registration"></iframe>
- CERVIS Volunteer Direct Application
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/webreg/webregaddvol.php?case_switch=2&org_id=xxxx" width="550" height="1075" frameborder="0" title="CERVIS Volunteer Application"></iframe>
- CERVIS Volunteer Direct QuickReg Application
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/module/quick_reg.php?case_switch=2&console_profile_type=quickapp&org_id=xxxx" width="550" height="1075" frameborder="0" title="CERVIS Volunteer Application"></iframe>
- CERVIS Project Request Form
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/program/project_request.php?org_id=xxxx" width="550" height="1400" frameborder="0" title="CERVIS Project Request Form"></iframe>
- CERVIS Group Request Form
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/group/group_request.php?org_id=xxxx" width="450" height="1000" frameborder="0" title="CERVIS Group Request Form"></iframe>
- CERVIS Administrator Login
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/index.php?org_id=xxxx" width="760" height="850" frameborder="0" title="CERVIS Login"></iframe>
- CERVIS Special Talents Program #1 (i.e. Home Repair, Tech Team, etc)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/program/prog_main.php?org_id=xxxx&prog_id=0001" width="550" height="1075" frameborder="0"></iframe>
- CERVIS Special Talents Program #2 (i.e. Home Repair, Tech Team, etc)
<script type="text/javascript" src="https://cdn.cervistech.com/acts/javascript/resize.js"></script>
<iframe id="myFrame" name="myFrame" src="https://volunteer.custom-domain-placeholder.org/acts/program/prog_main.php?org_id=xxxx&prog_id=0002" width="550" height="1075" frameborder="0"></iframe>
- RSS Feed
https://www.cervistech.com/acts/event_rss_feed.php?org_id=xxxx
Option #2
Link to External Console: CERVIS Technologies provides access to a webpage console for those organizations who are not able to or do not desire to integrate CERVIS into their existing website. Below are the links for the External Console.
- CERVIS Administrator Login
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=login
- CERVIS Event Registration
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=event&ht=1
- CERVIS Event Registration (Filtered for a specific interest category)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=event&cat_id=nnn&ht=1
- CERVIS Event Registration (Calendar View)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=date&ht=1
- CERVIS Event Registration (Filtered for a specific reservation code)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=event&res_code=nnn&ht=1
- CERVIS Event Registration (Single Event)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=event_list&event_id=nnn&ht=1
- CERVIS Service Project Registration
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=sp&ht=1
- CERVIS Service Project Registration (Filtered for a specific interest category)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=sp&cat_id=nnn&ht=1
- CERVIS Service Project Registration (Single Project)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=sp_list&event_id=nnn&ht=1
- CERVIS Volunteer Direct Application
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=application&ht=1
- CERVIS Volunteer Direct QuickReg Application
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=quickapp&ht=1
- CERVIS Project Request Form
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=request&ht=1
- CERVIS Group Request Form
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=group&ht=1
- CERVIS Special Program #1 (i.e. Home Repair, Tech Team, etc)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=prog_1&ht=1
- CERVIS Special Program #2 (i.e. Home Repair, Tech Team, etc)
https://www.cervistech.com/acts/console.php?console_id=xxxx&console_type=prog_2&ht=1
Option #3
Link to External Console with short URLs: Short links to CERVIS pages for use in social media applications
- CERVIS Administrator Login
https://cerv.is/XXXXl
- CERVIS Event Registration
https://cerv.is/XXXXe
- CERVIS Event Registration (Filtered for a specific interest category)
https://cerv.is/XXXXcNNN
- CERVIS Event Registration (Filtered for a specific reservation code)
https://cerv.is/XXXXrNNN
- CERVIS Event Registration (Single Event)
https://cerv.is/XXXXdNNN
- CERVIS Service Project Registration
https://cerv.is/XXXXs
- CERVIS Service Project Registration (Single Project)
https://cerv.is/XXXXdNNN
- CERVIS Volunteer Direct Application
https://cerv.is/XXXXa
- CERVIS Volunteer Direct QuickReg Application
https://cerv.is/XXXXq
- CERVIS Project Request Form
https://cerv.is/XXXXp
- CERVIS Group Request Form
https://cerv.is/XXXXu
Comments
0 comments
Article is closed for comments.