jlimited
02-03-2007, 03:23 AM
This is most likely a real easy questions to answer
When this form loads, eI would like the cursor to be in the input box.
<form action=/prep/index.php?add=y method="post">
<p>Church ID: 1<br>Survey 3 of 20</p>
<p>Survey Identification Number: <input type="text" name="sid"></p>
<input type="hidden" name="churchid" value="1">
<input type="hidden" name="count" value="3">
<input type="submit" name="do" value="Submit">
</form>
Thanks
jlimited
When this form loads, eI would like the cursor to be in the input box.
<form action=/prep/index.php?add=y method="post">
<p>Church ID: 1<br>Survey 3 of 20</p>
<p>Survey Identification Number: <input type="text" name="sid"></p>
<input type="hidden" name="churchid" value="1">
<input type="hidden" name="count" value="3">
<input type="submit" name="do" value="Submit">
</form>
Thanks
jlimited