Skip Navigation

[Gelöst] Custom Fields in Gravity Form Dropdown

This support ticket is created vor 5 Jahren, 5 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Christian Cox vor 5 Jahren, 5 Monaten.

Assistiert von: Christian Cox.

Author
Artikel
#1280329

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?

#1280395

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.