Post to your custom data fields with webforms
You can now post webform data to your custom data fields. Simply add another text field or hidden variable and use your custom field name as the name of the field or hidden variable.
For example, if you have a custom field called 'Favorite Food', you can add a text field:
<input type="text" name="Favorite Food" />
or you can do the same thing with a hidden variable:
<input type="hidden" name="Favorite Food" value="Cheeseburger" />
I am an avid open source developer and worked on many different projects.
It is funny how familiar your custom field webform example is to the one shipped in SugarCRM's application.
Posted by:Ohio Bob | January 11, 2008 at 02:45 AM