Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8641 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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.

Posted

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

laugh.gif" border="0

  • Newbies
Posted

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?

Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.