jhblacklock
Forum Replies Created
-
Yup.
So I had to modify the plugin to get it to work… although mine is quite specific to the site it is working nicely.
See if you can change the debug flag in HighriseAPI.php (request function) to true, submit the form, then post what prints out in the browser, that will give you a great idea of what’s going on.
View the source and copy the xml that’s being sent too.
The guys at highrise recently modified the api so there might be a few hiccups.
-Jackson
This is a killer plugin! Some great work. Just curious if it’s something that highrise has changed with their endpoint because the performance is a bit spotty.
I just need some idea as to whether or not other folks are experiencing any problems with it.
Thanks,
Jackson
I have updated the plugin to submit all params just fine…. for me. But it does not submit the entries to highrise for anyone else? Is that some cookie or auth issue?
Thanks,
Jackson
Cool, so I found that I had to use the name type field because for some reason the first name or last name labels were not being detected.
I then found an issue with not passing email and phone to highrise. gform is returning both email and phone as an array in $field[“inputs”] so I needed to parse phone and email as an array instead of a single-input.
The last issue is any other form value… which is not being passed as a note.
Word.
jx
It seems the issue is that the request variables are not being parsed at the correct time.
This is the array I have on pushContact:
Array ( [sFirstName] => [sLastName] => [sBothName] => [sCompany] => [sTitle] => [sEmail] => [sPhone] => [sMobile] => [sFax] => [sCity] => [sCountry] => [sState] => [sStreet] => [sZip] => [sWebsite] => [sSubject] => [sNotes] => [sTags] => [highrise] => [sBackground] => [sTwitter] => ) Array ( [sFirstName] => [sLastName] => [sBothName] => [sCompany] => [sTitle] => [sEmail] => [sPhone] => Phone [sMobile] => [sFax] => [sCity] => [sCountry] => [sState] => [sStreet] => [sZip] => [sWebsite] => [sSubject] => [sNotes] => test from contact form [sTags] => [highrise] => [sBackground] => [sTwitter] => [REQUIRED] => [First Name] => Jackson [Last Name] => Blacklock )
None of the s prefixed parameters are being created. So:
<first-name>'.htmlspecialchars($request['sFirstName']).'</first-name>
<last-name>'.htmlspecialchars($request['sLastName']).'</last-name>
Ends up empty.
Is the getLabel function not working correctly?
I’ll keep checking around.
Thanks for the reply khungate! Wufoo is very nice. I’ve moved the contact form over to the gravity form with highrise integration plugin. Still having a few hiccups as well.
Having issues as well! Please advise.
Nothing is being sent to highrise.
http://austincountertops.com/contact
Thanks!
Jackson
I am on shared hosting with network solutions. The API token and url both check out fine. When I submit though, the entry is not submitted to highrise.
Is anyone maintaining this plugin?
Howdy,
I’m having this issue as well. Is there any work around for a shared hosting environment? Network Solutions isn’t keen on allowing recompiling libcurl.
Best,
Jackson