string
string
string
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<!-- In this form action Url, 2b6e96e3131f is campaignId value and HG is campaignType. -->
<form method="post" target="_parent"
action="https://ttv.microworkers.com/dotask/submitProof/2b6e96e3131f/HG" id="form">
<!-- In this example, unique_id parameter is used as form POST parameters.
The value of unique_id will be stored in Microworkers. -->
<input type="hidden" name="unique_id" value="12345678">
<input type="submit">
</form>
</body>
</html>