I am trying to write a script that will send a text to a number with a message of my choosing, but I am stuck on this part.
I am able to pass a number into the Google Voice "To" field by doing the following:
document.getElementById("gc-quicksms-number").value = number;
but I am unable to pass a message into the "Message" field with this:
document.getElementById("gc-quicksms-text2").value = "Error detected";
The block of code in the source looks like this:
Thank you! Your assistance will be greatly appreciated.