Jump to content

Front-End Inputfield Dependencies


DxJR
 Share

Recommended Posts

So is there anyway to get Inputfield Dependencies to work with front-end editing? the field is there, but it isn't showing the results I need based on the field selection it's dependent on. 

Link to comment
Share on other sites

Inputfield Dependencies seem to work okay with front-end editing, but you need both fields to be present in the editor window...

Field 1: The field that has the dependency applied to it
Field 2: The field whose value Field 1 is dependent on

So you would need to use front-end editing option C or D with both fields specified:

<edit field="field_1,field_2">
    ...
</edit>
<div edit="field_1,field_2">
    ...
</div>

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...