Home > Ajax, CSS, MySQL, PHP, XHTML > Customize Form Text

Customize Form Text

November 18th, 2009

Currently we have a form used by multiple users.
The form is same for all, we need to update so that 1 question text is able to be edited by client.
So idea is to add 1 new db fields for custom text
and if not blank then replace current text with custom text.

Will need to update user form and in backend update a form to allow client to enter custom text – which will save to new db field


Customize Form Text

Comments are closed.
Bear