introduced usage field

svn path=/trunk/; revision=24771
This commit is contained in:
paul 2012-11-01 14:01:48 +00:00
parent 24d4ae6192
commit ce9abd4738
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@ my $country = $query->param("country");
#my $address = $query->param("address");
my $specifics = $query->param("specifics");
my $usage = $query->param("usage");
my $comment = $query->param("comment");
my $lang = $query->param("language");
@ -60,6 +61,9 @@ $country
Specifics of the Order:
$specifics
The material is going to be used for:
$usage
Comments:
$comments

View File

@ -62,6 +62,8 @@ No focus, just send me the default package, containing:
Some stickers:
"I cannot read your documents", GNU-Sticker, Plussy-Sticker ...
</textarea><br/>
<span class="formlabel">I would like to use the material for (short description):</span>
<textarea name="usage" rows="4" cols="40"></textarea><br/>
<span class="formlabel">Any comment:</span>
<textarea name="comment" rows="4" cols="40"></textarea><br/>
<input type="submit" name="url" value="I am a spam robot" style="display:none;" />