adrianmak Posted May 23, 2017 Share Posted May 23, 2017 There is a page field say, attach_file value of either yes or no another file field will depend on that field when 'yes' is selected. I tried attach_file.title='yes' or attach_file->title='yes' , both are not working Link to comment Share on other sites More sharing options...
rick Posted May 23, 2017 Share Posted May 23, 2017 Does this not work? if( strtolower( $attach_file->title ) == 'yes' ) { // do whatever } Link to comment Share on other sites More sharing options...
Robin S Posted May 23, 2017 Share Posted May 23, 2017 Are you talking about inputfield dependencies? From the docs... Quote to match a specific page in a page reference field, you should match the ID 2 Link to comment Share on other sites More sharing options...
adrianmak Posted May 24, 2017 Author Share Posted May 24, 2017 3 hours ago, Robin S said: Are you talking about inputfield dependencies? From the docs... Thanks~~~~~ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now