Problem: I would like to filter a View based on a date custom field. Only results between today and 90 days from now should appear.
Solution: Do not use conditional HTML inside the results of a View if you intend to use pagination. Instead, the preferred method is to apply a Query Filter. The settings for the date range filter you described are "UNSIGNED", "between", "TODAY", and "FUTURE_DAY 90"
Problem: I would like to set up a "Bookmark" button so that Users can bookmark posts for reference later. Then I would like to set up a View to show each User their bookmarked posts.
Solution: There is not currently a built-in way to associate Users and Posts, so you would have to create something like this with CRED. You could create a repeating field on the post that stores User IDs, and use CRED to add or remove the current User's ID from this repeating field group on each post.
I have a cred form which has multiple sets of repeating field groups (latest beta) within it. I want to require the user to enter a minimum number of entries in each of the groups.
Solution:
The client has achieved it by custom JS codes instead of using CRED filter hook "cred_form_validate", see it here:
Is there a way to add a label to a views search form?
I'm trying to optimise my page for accessibility, and WAVE keeps telling me every search box (element with js-wpv-filter-trigger class) I have is missing a label. I tried to add a label to the shortcode, but this doesn't work (e.g.