Tuesday, December 9, 2014

ABBYY FINEREADER OCREnd of year sale on select ABBYY USA software products, ends 12-31-2014. These products are available for immediate download. Find out more: http://www.ufcinc.com/Data-Capture-and-OCR/abbyy-finereader#offers

Thursday, November 27, 2014

 40% off Sale on FineReader - Shop Today
We are holding a 40% off sale to join in the Black Friday and Cyber Monday madness. Save on ABBYY FineReader and PDF Transformer+. Don't miss out, it expires at midnight on 12/2. #BLACKFRIDAY #BLACKFRIDAY2014 #CYBERMONDAY #CYBERMONDAY2014  http://www.ufcinc.com/Data-Capture-and-OCR/abbyy-finereader#offers

Wednesday, November 5, 2014

UFC ATTENDING THE ABBYY TECHNOLOGY SUMMIT 2014

UFC is very pleased to be attending the ABBYY Technology Summit 2014 on November 5 - 6, 2014 at the San Diego Hilton Resort and Spa. Check out the exciting agenda for this event and be sure to look us up if you are attending the show.  
Jim Hill, @UFCInc @jimhill100

Tuesday, April 22, 2014

Linking an RsForms Pro form on Joomla with Bigcontacts CRM

Joomla provides an excellent content management platform which is made even better with RsForms Pro. Bigcontacts is also a very useful tool for managing customers and sales leads. It is easy to connect a contact form on Joomla inside of RsForms Pro such that it creates a new contact inside of Bigcontacts. Here is how to do it.

Step One:
Log into your Bigcontacts console and select Administration, Web Forms. Create a new web form and set the rules to create a task, opportunity, or both.  Record the string value of the field name. This will be entered into the RsForm in Joomla.

Step Two:
Create your RsForm Pro contact form using that component in Joomla. Be sure to name your fields as required to match the values expected by Bigcontacts. The following shows some common fields with their associated name value in that column.

clip_image002

The common field names are (case sensitive): first, last, email, phone, and comments.

Step Three:
Add the following values as hidden fields somewhere on your form: form_code, lead_type, contact_type, and repost_form.  The first three are commonly used values you wish to flag when the contact comes into Bigcontacts. Check you system to be sure you want these values and then add any additional ones you may desire.  Next, set the value of the “form_code” value to the string value of the form you created in Bigcontacts.  Set the other field values to correspond with how you want them flagged when they come into Bigcontacts.  Finally, set the value of the repost field to “false.”  This prevents a repost action by Bigcontacts back to the form which may cause an error on your server. 

Step Three
Post the following script code into the PHP Scripts section on the RsForm. Place this in the section “Script called after form has been processed.”

$url = 'https://crm.bigcontacts.com/webforms/process';
$ch = curl_init();

$useragent = 'YahooSeeker-Testing/v3.9 (compatible; Mozilla 4.0; MSIE 5.5; http://search.yahoo.com/)';
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);

curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_URL, $url);

$data = array();
foreach ($_POST['form'] as $post => $value)
{
    if (is_array($value))
        foreach ($value as $post2 => $value2)
            $data[] = $post.'[]='.urlencode($value2);
    else
        $data[] = $post.'='.urlencode($value);
}
curl_setopt($ch, CURLOPT_POSTFIELDS, implode('&', $data));

$result = curl_exec($ch);
curl_close($ch);

 

Step Four:
Test your form. Make sure that a new contact is created, and if you set the Bigcontacts webform to create a new task or opportunity that this is accomplished.  

That’s all there is to it. Best wishes using Joomla, RsForms Pro, and Bigcontacts! 

Jim Hill

Monday, March 17, 2014

See you at the CODE4LIB 2014 Conference in Raleigh, NC


CODE4LIB 2014


We are looking forward to seeing you at the 2014 CODE4LIB Conference on March 24-27 in Raleigh, NC. We will be showing ABBYY Recognition Server and ABBYY Flexicapture.  Look us up in the display booths at the Esplanade of the Sheraton Raleigh. #CODE4LIB #CODE4LIB2014 

Find out more at: http://code4lib.org/conference/2014/