I installed WP Highrise Contact form.I provided highrise account name and API token.It is fine.When i paste this short code “[wp-highrise-contact]”
in any page it will not display the contact form.It displays number “1”
why?How to get form in page?Please help me thanks in advance
Are you going to be supporting this plugin. It’s been two years since the last change.
]]>First, thanks for this nice plugin.
There is one small issue where the contact is being created but the tag that we wanted to add to the contact is not added.
I’ve investigated a little and found that the toXML implementation in Tag.php is not according to the Highrise API specification at https://developer.37signals.com/highrise/tags . The request just needs to in the form <name>$name</name>. Following is the toXML implementation that worked for us!
return "<name>".$this->name."</name>";
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>I need to change few things to make this work and send data to Highrise.
in highrise.php I changed code around line 417 to:
if ($label == 'First name') {
$data['sFirstName'] = $value;
} else if ($label == 'Last name') {
$data['sLastName'] = $value;
this is in
//handling single-input fields such as text and paragraph (textarea)
block
Of course, I have fields named “First name” and “Last name”. Now as name is submitted Highrise will accept your data.
To insert custom fields, they have to exist in Highrise and label must be exactly the same…
Also in HighriseAPI.php change
if(!empty($value) && isset($custom_fields[esc_html($key)])) {
to
if(!empty($value) && isset($custom_fields[sanitize_user($key)])) {
so you can use special characters in label (like pound sign…)
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>has anyone tested the highrise plugin on 3.1 and above? as it says only compatiable up to 2.9.2…just wondering if anyone has has success with newer versions?
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>I installed this plugin and shortly afterwards, SPAM injections started appearing right under my menubar. I disabled and deleted the plugin and SPAM injections stopped.
Not good people.
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>I added the wp highrise form in 2 of my pages. How can I give each form different settings?
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Thanks for the plugin. It’s pretty cool. I’m looking to have more fields, like how did you hear, when do you plan on buying etc. how do i make these in a custom form.inc.php and have them populate custom fields in highrise?
]]>There have been many posts over the past few months about using do_shortcode() with this plugin. The developer has been MIA for about a year, so I found a workaround.
1) Put the shortcode in the content of your page/post: [wp-highrise-contact]
2) Add this code where you want the form to appear:
<?php
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
else:
endif;
?>
After taking a quick look at the author’s code, I think the problem is with when parts of the code are called with filters, but I could be wrong. Regardless, putting only the shortcode in your page/post then outputting the content works just fine.
I hope this helps everyone who is trying to get this to work with do_shortcode!
]]>The Highrise plugin interrupts the functioning of some shortcodes with Shortcodes Ultimate (https://www.ads-software.com/extend/plugins/shortcodes-ultimate/).
For example, it keeps the Tabs shortcode from functioning — even with the gn_ feature turned (in Shortcodes Ultimate).
Shortcodes Ultimate is a great plugin… so, I can’t do without it.
]]>Shortcode is not working on pages or posts for me. I also tried using
<?php echo do_shortcode('[wp-highrise-contact]'); ?>
in the actual template.
Probably going to use Wufoo to get to Highrise, but it would have been nice to have the tasks entered.
]]>Hi everyone,
Getting the following red error message at all times, even though I know that the details are correct.
You need to enter valid Highrise credentials in order for the form to integrate with your Highrise account:
Any clue to the problem?
Thank you all in advance.
Alex
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Fatal error: Call to undefined function curl_init() in /usr/local/share/wordpress2/wp-content/plugins/wp-highrise-contact/highrise/CurlConnection.php on line 64
Please help!
]]>When opening the admin page:
/wp-admin/options-general.php?page=wp-highrise-contact/wp-highrise-contact-admin.php
I get this error message:
Fatal error: Call to undefined function curl_init() in /var/www/wp-content/plugins/wp-highrise-contact/highrise/CurlConnection.php on line 64
]]>Is there any way to make the new task being visible for anyone?
Actually it is only visible for the user (API Token) registered on plugin.
Thanks,
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>I am attempting to embed the highrise contact form into my website footer. The contact form works fine on the contact page itself, but when I put the short code in a widget nothing shows up (yes, I have shortcodes enabled in my widgets). I have also attempted embedding it directly into the templtate with both:
<?php echo(do_shortcode('[wp-highrise-contact]')); ?>
and
<?php echo(do_shortcode('[wp-highrise-contact]'); ?>
the only thing that seems to show up is [wp-highrise-contact] in the form of text.
Can anyone help me solve this problem?
Ryan
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Hi,
I’m trying to debug an install of the Highrise plugin that is sending the email, but not posting a lead in Highrise. I’ve set the debug property to be true, $server->debug = true; but I don’t know where that is supposed to show errors or output?
Thanks,
Dan
]]>Hello,
how do I control the success message? I have all of my site content contained in a slider and when someone sends and email via the contact form, the success message is publishing at the top of the page above the slider. I’d like to only stick it in the contact panel or either just kill it completely.
Any info on where and how to control this is greatly appreciated.
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Tried installing the plugin, but no matter what I do, it won’t authenticate to highrise.
I’ve double and triple checked my username & api key, but no go.
The api key is definitely correct; I validated it using curl from the command line.
Any ideas?
]]>Hi there
Receiving the following set of errors after installation and clicked on the settings page:
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Start tag expected, '<' not found in /home/wp-content/plugins/wp-highrise-contact/highrise/Me.php on line 35
Warning: simplexml_load_string() [function.simplexml-load-string]: HTTP Basic: Access denied. in /home/wp-content/plugins/wp-highrise-contact/highrise/Me.php on line 35
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/wp-content/plugins/wp-highrise-contact/highrise/Me.php on line 35
Any help appreciated!
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>When I click the Highrise Conact under Settings I receive the following error message.
Parse error: parse error in \wp-content\plugins\wp-highrise-contact\wp-highrise-contact-admin.php on line 162
I am running WordPress 3.0.1 and PHP 5.3.0.
]]>how we show the pluging form in different language, I am using qTranslate in word press, and mi site is in spanish, english. soon in german and dutch.
thanks for any help.
]]>I’ve installed the form but am getting a lot of spam. Is there a captcha or similar add-on?
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Hi,
I want to call the form in a widget or in a page, however do_shortcode is having none of it…
any way i can call the function directly?
Thanks in advance for any help,
Best,
Matt
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Hi there!
First, GREAT PRODUCT and support. This certainly makes integration cinch!
I saw in another post that a future version may have support for HighRise tags, which I think is great and SO IMPORTANT.
However, is it possible in the meantime to modify the form for different pages on the same WP install?
For example, I have one version of the form on a “get involved as a ctc” page, and a different form that requires different fields on the “get involved as a currency” page.
Any help or tips would be great. Thanks again!
Rgray
]]>I need to use two contact forms. One in a page (which works) then one in the footer of my site.
<?php echo do_shortcode ( '[wp-highrise-contact]' ); ?>
I want to use the shortcode in my footer. I cannot seem to find where you register or how you register your shortcode for the post or page. I was hoping to try to copy it to add a “add_shortcode()” function.
Right now it just echos [wp-highrise-contact].
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>https://www.glideinteractive.com/highrise/
The plugin is installed, works except the jquery doesn’t validate the form. The jquery script is included, everything seems right. When I input nothing into the form, I get a fatal error from the php side thus no validation. My javascript is turned on in my browser. I’m at a lost to the root of this problem.
Really appreciate any help I can get.
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Just installed the plugin and it appears that it’s not compatible.
When submitting the form I’m getting the following error:
Fatal error: Call to undefined function filter_input() in […snip…] /wp-content/plugins/wp-highrise-contact/wp-highrise-contact.php on line 58
No records are added to Highrise and no e-mail notifications are sent.
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>A question from Andy here:
I’m getting duplicate addresses/entries when people use this plug in. Yesterday I got doubles, now I”m getting quads of each person. HELP?! Love the plug in – I did a tutorial on it at https://www.andytraub.com/highriseplugi/
This is very interesting. Was it working before ? If so, what changed in the mean time ?
Let me know !
https://www.ads-software.com/extend/plugins/wp-highrise-contact/
]]>Question from Stacey here
The app is great. Really excited about the upgrade. Is there a way to attach tags to the submissions. I have a few different forms on my site one for leads, one for customer service, etc. Is there a way to differentiate them when they land in my highrise account.
Not at the moment, but we are working on this feature for a future release.
Hope this helps !
]]>