I need to put something like this, not the same, but very similar:
HTML Code:
<form method="post" action="https://app.xxxx.com/main.php?moduleName=fm_subscribers&action=add_subscriber">
<input type="hidden" name="subscribers_list_hash" value="xxxxx" />
<label for="freshmail_email"> Email </label><br /><input type="text" name="xxxmail_email" id="xxxmail_email"><br />
<input type="submit" value="confirm">
</form>
and I will need to put images and text (static text and images)
Where should I put this?