Conditional for Edit and view seperate
-
Is it possible to set a field as EDIT only unless another field is checked?
So for example I need them to enter their full address including Street, City/Town, State, Country, Post Code
In the front-end VIEW, I only want to show the full address IF they have selected a check box I have as being Yes (show full address).
If the Show Full Address is not checked, only the State is shown in VIEW.
I have tried to do this by setting a condition in the field as being show if Show Full Address equals YES. It works for both EDIT and VIEW, but how do I get it to always show on EDIT even if that checkbox is not ticked?
EDIT
All Address fields are shown
VIEW
Only the State field is shown
or
All Address fields are shown IF Show Full Address is checked.(I hope that makes sense)
The topic ‘Conditional for Edit and view seperate’ is closed to new replies.