« Send cards and gift cards with Big Contacts | Main | Big Contacts and Managing Workflow »

October 25, 2007

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" />

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/t/trackback/2118122/22756746

Listed below are links to weblogs that reference Post to your custom data fields with webforms:

Comments

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.

Post a comment

If you have a TypeKey or TypePad account, please Sign In