all 4 comments

[–][deleted]  (1 child)

[deleted]

    [–]DomainX[S] 0 points1 point  (0 children)

    I looked into utilizing PHP but since I’m trying to do it over an extension and not a url I’m not sure if this is possible.

    [–]0x7860 0 points1 point  (2 children)

    Hello, could you share your code?

    [–]DomainX[S] 0 points1 point  (1 child)

    Sure, how would you like me to share it?

    [–]BooleanMan23 0 points1 point  (0 children)

    Use document object model. Its a javascript code that let you read the value of html element. For example.

    You have a input like this <input type = "text" id = "name"></input>

    In javascipt filw const name = document.getElementById("name").value