Hey guys. Need some help here.
I have 4 fields that I created.
Fields =
- total_need_to_pay
- payment
- balance_need_to_pay
- total
Status (select) = “Received In” and “Sending Out”
I want to make if i change status to “Received In”, the fields “total_need_to_pay”, “payment” and “balance_need_to_pay” will appear. The field “total” will not appear.
And if i change status to “Sending Out”, the fields “payment” and “total” will appear. The fields “balance_need_to_pay” and “total_need_to_pay” will not appear.
Can anyone show me how to do that?
Thank you