- This topic has 1 reply, 2 voices, and was last updated 5 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › How to return a value of a custom field according to a selected value
I have to create a Car Rental site and I’ve created with CPT UI one custom post type (called Auto) with four custom fields created with ACF (Monthly payment 36, Monthly payment 48, Monthly payment 60 , Rental duration): this is necessary because the Monthly payment depends from Rental duration, f.e. if rental duration is 36 the rate is 300, if is 48 the rate is 280 and so on
Now I need to create a search engine with your plugin where I select the monthly Duration from listbox with three value (36,48.60) and I have to show the right Monthly payment, f.e. if I choose 36 I have to show 300, if I choose 48 I have to show 280
Can anyone support me in any way? Thanks in advance, Cristiano
That doesn’t sound as if it is created correctly.
There should be ONE custom field, called monthly payment, and the data entry options for that one field would be 36, 48, 60 and so on. In ACF that can be set up as a checkbox field, where you specify these values the user can select from.
It should not be multiple fields in ACF.