This topic is locked
[SOLVED]

 how do i add a new form field on the fly

3/14/2012 3:09:08 AM
PHPRunner General questions
B
BigO author


On my Add page i have a form with 5 fields. i want the user to add a 6th one after the 5th field value has been entered.

Please how do i go about it and also display it on the list page. Thank you.

T
Tayyab Ilyas 3/13/2012




On my Add page i have a form with 5 fields. i want the user to add a 6th one after the 5th field value has been entered.

Please how do i go about it and also display it on the list page. Thank you.


One work around is create parent - child (1-n) relation and add deliverable as child you can add upto n numbers.