| Previous topic :: Next topic |
| Author |
Message |
fenixcapital
Joined: 11 Apr 2008
Posts: 8
|
| Posted: Tue Apr 15, 2008 5:09 pm Post subject: Web form send_data.php |
|
|
I have vtiger installed on my computer in
localhost:81
How do I have to set the server pathe configuration in send_data.php
I do not receive any new contacts or leads when a new clients submitts the web form.
the data_send.php has the following configuration:
$client = new soapclient2($Server_Path."/vtigerservice.php?service=webforms", false,
Thank you in advance for your help
Martin |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 968
|
| Posted: Tue Apr 15, 2008 5:20 pm Post subject: Web form send_data.php<br /><a href="viewtopic |
|
|
Hi Martin,
Don't set the server path configuration in send_data.php.
You have to set it in config.php
Code: $Server_Path = 'http://localhost:81';
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
| |