You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
921 B
HTML
45 lines
921 B
HTML
<form action="" method="post">
|
|
<fieldset>
|
|
<p>
|
|
<label>
|
|
Angel:
|
|
</label>
|
|
%angel%
|
|
</p>
|
|
<p>
|
|
<label>
|
|
Date/Duration:
|
|
</label>
|
|
%date%
|
|
</p>
|
|
<p>
|
|
<label>
|
|
Location:
|
|
</label>
|
|
%location%
|
|
</p>
|
|
<p>
|
|
<label>
|
|
Title:
|
|
</label>
|
|
%title%
|
|
</p>
|
|
<p>
|
|
<label>
|
|
Type:
|
|
</label>
|
|
%type%
|
|
</p>
|
|
<p>
|
|
<label>
|
|
Comment:
|
|
<br/>
|
|
(For your eyes only)
|
|
</label>
|
|
<textarea name="comment">%comment%</textarea>
|
|
</p>
|
|
<p>
|
|
<input type="submit" name="submit" value="Send" />
|
|
</p>
|
|
</fieldset>
|
|
</form> |