Alex.1 Posted March 23, 2021 at 10:18 AM Share Posted March 23, 2021 at 10:18 AM 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
Alejandro Posted March 23, 2021 at 11:08 AM Share Posted March 23, 2021 at 11:08 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts