• Resolved vitovalencia

    (@vitovalencia)


    Hello,

    How do I refer or get the values from the inputs I created in the HTML content so I can use it in the calculated field?

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @vitovalencia

    The input tags you create manually into the “HTML Content” fields are not plugin controls and are not recognized by the calculated. If you want to ùse their values from the equations, you must get them with javascript. For example, if you inserted an input tag with the id my-field, you can get its value with the following piece of code:

    document.getElementById('my-field').value

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘How to reference input created in HTML Content’ is closed to new replies.