I've created a Web Form for customer quote requests that will create an actitivty. The priority, status, assigned to and type will all be a set value.
I have edited the HTML to remove all the options except the one we require but can't remember how to hide the fields from view as the customer does not need to see it. This is the HTML for the priority as an example...
"<tr>
<td valign ="top">
<label for="ActivityPriority_Step3">Activity Priority</label>
</td>
<td>
<select id="ActivityPriority_Step3" name="ActivityPriority_Step3" >
<option value="1-High">1-High</option>
</select>
</td>
</tr>"