• Hola, necesito registrar una serie de datos (nombre, telefono, edad, email), una vez guardados estos datos, necesitare que pasados unos dias se borren de forma automatica

    Habia pensado hacer esto con algun plugin tipo formulario, pero desconozco si es lo mas adecuado o existe algun plugin que me permita hacer esto.

    Un saludo y gracias.

    • This topic was modified 4 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Unless someone comes along with a better plugin suggestion, you could customize one of the existing form plugins. The form would need an added date or timestamp field so deletion code will know when the data is safe to remove. Presumably the form plugin relates the saved data to a single object like a user or post so that all the data can be managed as a cohesive group.

    Timely deletion is then a matter of scheduling a recurring task that queries for all saved data that’s older than X days and deletes all records so found.

    Thread Starter boxwp72

    (@boxwp72)

    Gracias por responder, estoy haciendo pruebas con el plugin forminator que tiene opcion de borrado. Seguire investigando…. Gracias

    Thanks for answering, I am testing with the forminator plugin that has the option to delete. I will continue investigating …. Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Registro de datos’ is closed to new replies.