Skip Navigation

[Gelöst] filtering in view

This support ticket is created vor 2 Jahren, 2 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Dieses Thema enthält 17 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von alexd-6 vor 2 Jahren, 1 Monat.

Assistiert von: Shane.

Author
Artikel
#2462751

Hi Shane,

please give me a hint - can i on trigger save button of saving the event let automatical write this last field write into another field (this case "last date")? - Do i this with php or can i do it with toolset direct? And is there some in documentation?

Thanks, alex

#2463719

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Alex,

Given that this is something that isn't natively possible with Toolset, then you will need to do it with some PHP.

You will need to use this hook below that triggers when the post is updated.
https://developer.wordpress.org/reference/hooks/post_updated/

Also repeatable field groups you can use this example below to get the repeatable field group posts.
https://toolset.com/documentation/customizing-sites-using-php/displaying-repeatable-groups-of-fields/

Please let me know if this helps.
Thanks,
Shane

#2464773

My issue is resolved now. Thank you!