hi all,
I'm newer to PHPRunner
I'm working on project and have a payments table which has "person_kind" filed takes one of these values "{person,supplier,store}" also the table has "person_name" filed.
what I want to do is if check "suppliers" or "stores" I want to display the values from another table in "person_name" filed so the client can choose the name from drop-down list and save this id in hidden input else he will write the name on text field
any help please???
thank you