Skip Navigation

[Resuelto] filtering in view

This support ticket is created hace 2 años, 2 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Etiquetado: 

Este tema contiene 17 respuestas, tiene 2 mensajes.

Última actualización por alexd-6 hace 2 años, 2 meses.

Asistido por: Shane.

Autor
Mensajes
#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

Idiomas: Inglés (English )

Zona horaria: 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!