0
How do I get the text of this form before sending it via post to another page?
<html>
<div class="content-body">
<div class="row">
<div class="col-xs-12">
<div class="wid-vectormap">
<div class="row">
<div class="col-xs-12 col-sm-9">
<textarea class="form-control" name="lista" id="lista" onkeyup="contar_total(this);" placeholder="CC|MESANO|CVV" class="form-control" rows="9">
</textarea>
...
But where is the form? What exactly do you refer to?
– MagicHat
copies the text the person type in the name="list input"
– Evelyn Carvalho
You mean in the
textarea
?– MagicHat