lord_alan
Joined: 12 Sep 2006
Posts: 43
Location: United Kingdom
|
| Posted: Sat Apr 05, 2008 2:40 pm Post subject: Passing webform array back to vtiger? |
|
|
Hi,
I've been working on improving the webforms package. :D
With my mods so far, at the client end you now ONLY need to configure your form in one place (config.php) and all processing, including building the form is automated from that point.
The form is pure XHTML with no tables and uses CSS for layout and formatting etc.
However, at the server end (vtiger) it still seems necessary to manually hack the soap/webform.php file to accurately reflect the form's content and order...
My question is how easy would it be to pass an array containing the form's layout/order back to vtiger so that it could also be managed automatically? Or, perhaps the layout/order information is really there but just not being used...
Any pointers would be useful. The SOAP library is huge and I don't really want to go there...
Could I print, for example, what is received by the soap/webform.php file before any further processing takes place?
Thanks
Alan |
|