can you help?
Hey welti,
Please try this in your functions.php file:
function change_geburtstag_placeholder_text(){
?>
<script>
jQuery(document).ready(function($) {
$('#input_38_51').attr('placeholder','yyyy.mm.dd');
});
</script>
<?php
}
add_action('wp_footer', 'change_geburtstag_placeholder_text');
Best regards,
Rikard