Is het mogelijk om formulieren met radio bittons en text fields/ area's toe te voegen aan een phpbb forum?
Mijn zoek-proces met google bracht me nergens
zoiets als dit formulier
Mijn zoek-proces met google bracht me nergens
zoiets als dit formulier
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<p>
<label for="Rent car">
<img src="file:///C|/Users/Jeroen/Desktop/sites/test site phpbb/phpBB-NL-3.0.9/phpBB3/auto8.gif" width="136" height="76" alt="Car" /> </p>
<p>
<label for="Rent car"> <br />
<br />
Rental</label>
<input type="text" name="Rent car" id="Rent car" />
<label for="Select">Select car</label>
<select name="Select" id="Select">
<option>Ferrari</option>
<option>Porche</option>
<option>Lexus</option>
<option>Rolls Roys</option>
</select>
</p>
<p>
<label for="question">
<ul>
<li>question</li>
</ul>
</label>
<textarea name="question" id="question" cols="45" rows="5"></textarea>
</p>
<p>
<input name="radio" type="radio" id="I accept" value="I accept" checked="checked" />
<label for="I accept">I accept the terms</label>
</p>
<p><br />
<br />
</p>
</form>
</body>
</html>