hi
I need to create 12 text fields in the create oppurtunities page and store the values in the database. I have a drop down of the payment break up.It has values of the number of months
'payment_breakup_dom' =>
array (
'1' => '1-month',
'3' => '3-month',
'6' => '6-month',
'12' => '12-month',
'24' => '24-month',
'36' => '36-month',
),
i need to create text fields according to the value selected. for example if 3-months is selected. Then 3 text fields should appear. I know i can do this using javascript but i dont know how to create fields in the module and then make it hidden. Also how to make it to be stored seperate table and not in the opportunities table.I need to create a seperate table where i can enter the value entered in eact text box. I have tried to be clear in explaining this.If this explanation is not clear please let me know, i have to form 12 text fields and create a table in the database so that i can save the data in it
thank you for the help in advance
Siva


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks