Forums
This topic is locked
Custom form Fields
Posted 25 Sep 2005 17:35:57
1
has voted
25 Sep 2005 17:35:57 ozan pakyuz posted:
Hi All,I have a user input form that has 4 static form fields:
Name:
Address:
Tel:
Fax:
I would like to provide custom fields and have them stored and retrieved from an SQL database.
Never having done anything like this before I would like some pointers on how to do this and if any tutorials or resources are available on the web
thanks in advance
Ozzie
Replies
Replied 26 Sep 2005 01:17:09
26 Sep 2005 01:17:09 Rene Bandsma replied:
When I create custom fields I always take a special value in the database that seperates the two values. When a custom field is e.g. Sex and the user filles in Male then I add this in the database:
sex,,..,,male
I use ,,..,, to seperate the fieldname and the value.
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>
sex,,..,,male
I use ,,..,, to seperate the fieldname and the value.
<hr><b>DMXZone support manager</b><br><a href="www.kousman.nl">Kousman web resellers</a>