My site is under Cunstruction but i want to do these things.
I want do add Date Repeater Fields to a Custom Post Type.
Under the Custom Post i add a Gravity Form and want do Display these Fields as a Dropdown.
And at least for sure only Dates what are in future, and also List in the Custom Post only the Dates in Future not past.
The Solution is just a minimal Post Type to show Dates of the Events.
How can i set up this?
Hi, can you provide some additional details?
- Date Repeater Fields. Is this one custom field that allows multiple instances, or is this a Repeatable Field Group (RFG) that contains a custom date field?
- Under the Custom Post i add a Gravity Form and want do Display these Fields as a Dropdown.
I am not the best source of information about Gravity Forms. If you show me an example of setting a Gravity Forms dropdown field with date values from a dynamic source, like code or a shortcode, I will let you know if this is possible with Toolset.
- also List in the Custom Post only the Dates in Future not past.
If this is a Repeatable Field Group (RFG), I can show you how to create a View filtered by the custom field date, where the date is a number greater than or equal to TODAY(). If this is a single, repeating field, it will require custom code.