Asela

jQuery(function($) { // Remplacer le titre par la valeur du champ "nom_animal" $('input[name="acf[nom_de_lanimal]"]').on('change', function() { $('input[name="post_title"]').val($(this).val()); }); });