Jump to content

send inquiry name and email


Alex.1

Recommended Posts

Hi

When sending an inquiry an user can change their name and email address. 

Is it possible to make these input fields disabled?

I have tried this: 

<script>
	 function myFunction() {
	   document.getElementById("jr-inquiry-from_email").disabled = true;
	 }
 </script>

but doesn't work.  

Thank you.

Link to comment
×
×
  • Create New...