Quantcast
Channel: WordPress.org Forums » [SugarCRM web-to-lead] Support

SugarCRM web-to-lead – lead source


"SugarCRM web-to-lead" Plugin does not connect to the SugarCRM Server

$
0
0

Replies: 4

The contact form I created directly with the SugarCRM works just nicely. It uses the same ‘/index.php?entryPoint=WebToLeadCapture’ way of contacting the SugarCRM server.

However, when I use the exact same SugarCRM parameters (Campaign ID, User ID,..) in the same website using the SugarCRM web-to-lead plugin, I get the following error message (attn: I purposefully changed the domain details away):


Fatal error: Uncaught exception 'Exception' with message 'Problem with http://my.domain.com/crm/index.php?entryPoint=WebToLeadCapture, ' in /home/mydomain/wp-content/plugins/sugarcrm-web-to-lead/sugar-form.php:190 Stack trace: #0 /home/mydomain/wp-content/plugins/sugarcrm-web-to-lead/sugar-form.php(47): SugarForm->sendMail('', '') #1 /home/mydomain/wp-content/plugins/sugarcrm-web-to-lead/sugar-form.php(451): SugarForm->showForm() #2 [internal function]: SugarForm->shortcode('', '', 'SUGAR-FORM') #3 /home/mydomain/wp-includes/shortcodes.php(235): call_user_func(Array, '', '', 'SUGAR-FORM') #4 [internal function]: do_shortcode_tag(Array) #5 /home/mydomain/wp-includes/shortcodes.php(151): preg_replace_callback('/\[(\[?)(wp_cap...', 'do_shortcode_ta...', '[SUGAR-FORM]?') #6 [internal function]: do_shortcode('[SUGAR-FORM]?') #7 /home/mydomain/wp-includes/plugin.php(170): call_user_func_array('do_shortcode', Array) #8 /home/mydomain/wp-includes/ in /home/mydomain/wp-content/plugins/sugarcrm-web-to-lead/sugar-form.php on line 190

This is how the plugin sends the request (sugar-form.php):

// Make the request
		$url = $this->o['sugar_url'].'/index.php?entryPoint=WebToLeadCapture';
		$fp = @fopen($url, 'rb', FALSE, $ctx);
		if (!$fp) {
			throw new Exception("Problem with $url, $php_errormsg");
		}

Any idea what might be the problem, please?

Thank you for any help!

http://wordpress.org/extend/plugins/sugarcrm-web-to-lead/

[Plugin: SugarCRM web-to-lead] Can this plugin create more than one form?

CSS for Submit Button

How to redirect to custom URL after form submit.

Any plans to makes this compatible with 3.5.1

Multiple Form

Text Areas

$
0
0

Replies: 0

Hi,
Is there an easy way to create a text area similar to the comments field in your screen shots? I have linked to our Sugar description field and it’s defined as a textarea in sugar but shows as a single line input on WordPress.
Thanks!
Larry

http://wordpress.org/plugins/sugarcrm-web-to-lead/


This plugin send email also?

How to add more fields to the WordPress Sugar Web to Lead form?





Latest Images