I want to auto-fill the post title for my “summit” posts from custom fields (year, organization, city, country) so it reads like “G6 2025 Xanadu Summit (Argentina)”, but my PHP attempts aren’t working.
Solution:
Add a cred_save_data hook that reads wpcf-summit-year, wpcf-summit-organization, wpcf-summit-host-city, and wpcf-summit-host-country, concatenates them into the desired string, and updates post_title and post_name; optionally restrict by form ID and post type.
I would like to use both radio buttons (desktop) and a dropdown (mobile) in the same View and toggle visibility with CSS, but the radio buttons do not work on desktop while the dropdown works on mobile.
Solution:
Having two filter controls for the same query in one View is not supported. Create two separate Views—one for radio buttons and one for the dropdown—to achieve this setup.
I created a Repeatable Field Group “Opening time” and tried to add filters in a View, but the expected options don’t appear—only a grey, locked filter shows, and I can’t select additional filters.
Solution:
Set the View’s Content selection to the RFG (“Repeatable Field Groups from the current Gym > Opening Hours”); the owner filter is added and locked by design. Create a separate View to list the RFG items and insert it into the Gym Single Content Template (or use nested Views in legacy mode if building on a separate page).