PlanPlus Support


 Home   |   Personal Info   |   Service Requests   |   Projects  

Using PHP to Five 9 Integration
1: Create an inbound form in PlanPlus


Add the following PHP statement to the top of the form.

<?php

// Set base path to pull public assets from...
$baseURL = 'http://www.planplusonline.us/';

//Retrieve and URL variables
$ebff_105494 = $_GET['ebff_105494'];
$ebff_105495 = $_GET['ebff_105495'];
$ebff_105496 = $_GET['ebff_105496'];
$ebff_105497 = $_GET['ebff_105497'];
$ebff_105498 = $_GET['ebff_105498'];
$ebff_105499 = $_GET['ebff_105499'];
$ebff_105500 = $_GET['ebff_105500'];
$ebff_105501 = $_GET['ebff_105501'];

?>


2: Replace the $ebff_xxxxxxx with the $ebff_xxxxxx of your form.

See below example snippet

<html><head>
<title></title>
</head><body>
<div style="text-align: center;"><img alt="" src="https://www.planplusonline.us/servlet/BbsFileServlet?fileid=4638121&filekey=UW8as4W3" style="width: 165px; height: 165px;" /></div></body></html>
<SCRIPT type="text/javascript" src="https://www.planplusonline.us/ozLovDatePicker2.js"></SCRIPT><SCRIPT type="text/javascript" src="https://www.planplusonline.us/jsmain.js"></SCRIPT><SCRIPT type="text/javascript" src="https://www.planplusonline.us/menu.js"></SCRIPT><link rel="stylesheet" type="text/css" href="https://www.planplusonline.us/forms/all.css"><link rel="stylesheet" type="text/css" href="https://www.planplusonline.us/all.css">
<form name=ebfb_na action="https://www.planplusonline.us/forms/fmsubmit.jsp" method=post enctype="multipart/form-data">
<table width=100% cellspacing=0 cellpadding=1 border=0>
<tr>
<td class=normalSmall align=right nowrap><span class=requiredAsterisk>*</span>Recorded Line: &nbsp;</td>
<td class=normalSmall align=left nowrap><input type=checkbox name="ebff_106050" value=Y ></td>
</tr>
<tr>
<td class=normalSmall align=right nowrap><span class=requiredAsterisk>*</span>First Name: &nbsp;</td>
<td class=normalSmall align=left nowrap><input type=text name=ebff_105494 id=ebff_105494 class=textInput size=24 value="<?php echo $ebff_105494; ?>" style='width:200px;' ></td>



An example of the full form can be found in an attachment below

3: Access to Server Information: See instructions
Example:
Create Directory on the Server
Use Fillezilla
Login to server (PP)


4. If you make any changes to your dropdowns on your forms perform the following steps.

a. Retrieve the current php form
b. Check the fbid and find the form with the tools form builder See this for example <input type=hidden name=fbid value=xxxxxx>
c.
d. After verifying you are working with the same Ebff and fbid, Click update on the form
e. Compare the ebff on your php form to the ebff in the form in the form builder
f. Copy the field dropdown values and add them to the new form code.
g. Save your new file and upload it to Filezilla to confirm the dropdown has updated.
h. Use the php link page to see the form. http://www.planplusonline.com/customers/DirectCallSolutions/FILE NAME

i. Send this link to the customer

See example www.planplusonline.com/customers/DirectCallSolutions/SyncUpSolutions.php
 

Related Articles:
No related articles.
 
Attachments:
  ehomeSolarCustomer.php
 
 
Solution #: 801568
Type: Knowledge Base
Status: Published
Print


Back to Knowledge & FAQs page.

 
 
Powered by PlanPlusOnlinee.