Sample Code

Below we are demonstrating live examples of how
XVerify will validate services you have enrolled in.

   
Please place the following script in your file which contains your web form.
Insert the script between the <head> and </head> of your HTML tags.
Please refer to the adjoining example for the proper usage of script
<link rel="stylesheet" type="text/
css" href="http://www.xverify.com/
css/ui_tooltip_style.css"  />
<script type="text/javascript" 
src="http://www.xverify.com/shared
js/jquery-1.11.1.min.js" >
</script>
<script type="text/javascript" 
src="http://www.xverify.com/shared
js/jquery-ui.min.js" >
</script>
<script type="text/javascript" 
src="http://www.xverify.com/js/clien
ts/bestfabricstore/client.js"> 
</script>
<script type="text/javascript" 
src="http://www.xverify.com/shared
js/xverify.ui.js"> 
</script>

<script type="text/javascript">
jQuery(document).ready(function(){
 bindRequiredInputFields(1);
 });
</script>

XVerify gives you an opportunity to track information from your
affiliates and sub affilliates by using our V1 and V2 input types by adding
the following code to the end of your URL

?v1=affiliateid&v2=affiliateid

Just replace 'affiliateid' text with unique ids so that you can indentify your traffic sources. You can also use hidden fields inside your form to pass v1 and v2 data.