| Previous topic :: Next topic |
| Author |
Message |
uvfish
Joined: 03 Sep 2007
Posts: 6
|
| Posted: Wed Oct 24, 2007 11:47 am Post subject: Urgent - Change the Confirmation text |
|
|
Please can someone let us know how we change the confirmation text that is displayed after you submit a form.
At the moment it says
"Thank you for your interest. Information has been successfully added as Lead in vtigerCRM."
We have searched though the files and cannot find this statement.
We have to make the site live tonight, hence the URGENT
Thanks
UVFish
www.uvfish.co.uk |
|
| Back to top |
|
Asha
Joined: 31 Jul 2007
Posts: 309
|
| Posted: Wed Oct 24, 2007 12:16 pm Post subject: Urgent - Change the Confirmation text<br /><a href= |
|
|
Hi,
You can change this in soap/webforms.php in function create_lead_from_webform().
Hope this will help you. |
|
| Back to top |
|
carloz
Joined: 11 Sep 2007
Posts: 478
Location: Brescia, Italy
|
| Posted: Wed Oct 24, 2007 12:16 pm Post subject: Urgent - Change the Confirmation text |
|
|
here you go ...
$ cd vtiger_root_dir
$ grep -r interest *
soap/webforms.php: $msg = 'Thank you for your interest. Information has been successfully added as Lead in vtigerCRM.';
this looks like the string you were looking for
ciao
carloz |
|
| Back to top |
|
uvfish
Joined: 03 Sep 2007
Posts: 6
|
| Posted: Wed Oct 24, 2007 12:36 pm Post subject: Urgent - Change the Confirmation text |
|
|
Thanks for your prompt reply guys.
We have now change the file and all is good
Kind Regards
UVFish |
|
| Back to top |
|
| |