| Previous topic :: Next topic |
| Author |
Message |
ydevissc
Joined: 21 Aug 2007
Posts: 3
|
| Posted: Mon Aug 27, 2007 8:43 am Post subject: Re: Customising fields in webforms |
|
|
mgi wrote: Hi,
I would like to insert some new fields inside the webforms 5.3.
I found some tutorials on this forum but I guess it was for the previous version.
Please could you help me for this version 5.3 ?
.../webforms/Lead/index.php
- add field(s) to http form
.../webforms/Lead/send_data.php:
- add fieldname to parameters
- add fieldname to $params array.
.../vtigercrm/soap/webforms.php
- add 'your_fieldname'=>'xsd:string', to $server->register('create_lead_from_webform', array(
- add fieldname to function create_lead_from_webform( in the correct order!
- in create_lead_from_webform(...) add your field to $focus. Make sure this field exists for vtiger leads. |
|
| Back to top |
|
matteoraggi
Joined: 03 Dec 2007
Posts: 304
Location: italy
|
| Posted: Tue Dec 04, 2007 7:27 pm Post subject: Re: Customising fields in webforms |
|
|
| It is possible to track the refer url (the url where the webform is?) because I hope to can use webform to answer to ask for price on my zen-cart ecommerce of stoves in italian language: www.estufe.com where people can only buy asking for prices.. |
|
| Back to top |
|
freakwent
Joined: 23 Mar 2006
Posts: 11
|
| Posted: Fri Dec 07, 2007 6:44 am Post subject: Re: Customising fields in webforms |
|
|
maybe, but now you won't forget how to do it next time will you?
;) |
|
| Back to top |
|
| |