Newbies bobbi Posted May 30, 2001 Newbies Posted May 30, 2001 i am publishing our large fp5 database via homepage3 and would like to have larger text fields for new and editing records than the 1-liner i am automatically offered using the filemaker connection assistant within homepage. i can change the length of the field, but have not been able to figure how to change the depth. i would like to have a larger text field visible to the users, rather than that long string of text that results in the 1-line field. is this possible? how would i code it? any help is very much appreciated! thanks.
scratchmalogicalwax Posted May 30, 2001 Posted May 30, 2001 Instead of using code: <input type="text" name="nameoffield" value="[FMP-Field: 'nameoffield']"> use code: <textarea name="nameoffield" cols="55" rows="14">[FMP-Field: 'nameoffield']</textarea> to change the "depth" increase the rows number and to increase the width increase the cols number
Newbies bobbi Posted June 1, 2001 Author Newbies Posted June 1, 2001 thanx!! i tried it right away, but ended up with a scrolling box...i could maybe work with that, if i can get it the right size, but would prefer a simple "engraved" box, like the text fields that are already visible...any other thoughts?
scratchmalogicalwax Posted June 4, 2001 Posted June 4, 2001 I'm not aware of any other multiple line form elements than the text area
Vaughan Posted June 5, 2001 Posted June 5, 2001 HTML only offers one-line text fields, or scrolling text areas. Nothing else to choose from. Sounds like you need to perform some "expectation management" routines!
Recommended Posts
This topic is 8641 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now