Okay I will try it with the data[product]...
But what does it exactly do? In form.php there are a few lines e.g
$this->product_name_input = "data[product][product_name]";
$this->product_url_input = "data[product][product_url]";
It would be great if someone could explain how it works and what happens to the $this->product.. Variables.
How do I set it?
In the form itself it looks like this:
<div class="availability"><u>Verfügbarkeit</u><br /><br />
<input type="checkbox" name ="nl" value="newlabel" /> Neu, versiegelt <br />
<input type="checkbox" name ="n" value="newopened" /> Neu, in offener Originalverpackung <br />
<input type="checkbox" name ="u" value="used" /> Gebraucht <br />
</div>
I know that there is no form-tag, I wanted to ask how to combine this form with the saveform()-function as the trigger.