[WEB4LIB] forms problem

Donna Stewart d.stewart at csuohio.edu
Wed May 3 17:03:57 EDT 2000


Hi, Ward -

There's surely a more elegant way, but I'd do this:

<input type="hidden" name="CARL" value="YES / NO">
<INPUT type=hidden name=" ">
<INPUT type=hidden name=" ">
<input type="hidden" name="ISBN#" value="____________________">
<INPUT type=hidden name=" ">
<INPUT type=hidden name=" ">
<input type="hidden" name="ISSN#" value="____________________">

Donna Stewart
d.stewart at popmail.csuohio.edu
Cleveland State University Library
Cleveland, Ohio


-----Original Message-----

My problem is how to separate the lines of information that ILL receives.
ILL needs to fill in their own information on the forms after the patrons
submit them, but there's not much space for it.  I'm using hidden input
type tags (e.g., <input type="hidden" name="copyright" value="CCL">) so
that the patrons don't see the fields that ILL fills in.  I want to double
space the lines/fields, but I can't figure out how to do it.  How do I
change

CARL=YES / NO
ISBN#=____________________
ISSN#=____________________

 to

CARL=YES / NO

ISBN#=____________________

ISSN#=____________________

so that the ILL staff have room to fill in the blanks?  Thanks for your
ideas.

Ward Price



More information about the Web4lib mailing list