I want to create a dynamic fields form.
$options = array("Amount", "Reset Password");
$form->addElement(new Element\Radio("Command Type to Employee : ", "type",
$options, array("value"=>"Loan Approval")));
$form->addElement(new Element\TextBox("Amount :", "amount"));
$form->addElement(new Element\TextBox("New Password:", "password"));
when I select the "Amount" the "amount" field should show and
when I select the "Reset password" the "password" field should show.
What version of the product are you using? On what operating system?
PFBC 3.1
Can anyone kindly help me regarding with it.
Thanks in advance.
Original issue reported on code.google.com by birso...@gmail.com on 15 Feb 2013 at 6:14
Original issue reported on code.google.com by
birso...@gmail.com
on 15 Feb 2013 at 6:14