Dear Team,
Creating Web-To-Lead Forms not working when i submit the form its given me error (We are sorry, the server is currently unavailable, please try again later.)
Please give me any suggestion any idea why this is happening ?
Thanks
Dear Team,
Creating Web-To-Lead Forms not working when i submit the form its given me error (We are sorry, the server is currently unavailable, please try again later.)
Thanks
How did you create the web to lead form?
Can you debug which calls there are made? Is it to the correct sugar instance?
The web-to-lead form calls the the web page
https://<your_sugar_instance>/index.php?entryPoint=WebToLeadCapture
This requires that your instance is reachable by it's web address https://<your_sugar_instance>/.
If the "real" address differs from the address used during the creation of the foem, you simply must edit line 4 of the html form and correct the web address.
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH
Dear Harald Kuske,
Thanks For your support
I am using working instance
Working instance URL-
After Lead Form Summited getting This message
Thanks
Thanks For your support
How did you create the web to lead form? (Yes)
Is it to the correct sugar instance? (Yes Its working)
The redirection from WebToLeadCapture.php is done by the statement:
header('Location: index.php?entryPoint=WebToLeadCapture&'.$_SERVER["QUERY_STRING"]);
At this time $_SERVER seems not to be available, this may happen when you php memory is not large enough. Please check your php.ini setting for
memory_limit=2000M
The default 128M is too small.
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH