You are viewing limited content. For full access, please sign in.

Question

Question

Changing text once a default date field is set?

asked on August 1, 2023

Would it be possible to change the verbiage for the date field?  I am looking to change the default value from "Date will be captured on form submission" to something else via CSS or JavaScript. 

 

 

 

0 0

Answer

SELECTED ANSWER
replied on August 1, 2023
$(document).ready(function(){
document.getElementsByClassName('date-submission')[0].innerHTML = 'new text here';
});

 

3 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.