List box resize - Post ID 204424

User 2150794 Photo


Registered User
17 posts

Hi,

Is there anyway to resize the List Box (magical)?I have about 600 items and to be able to only view four at a time (without moving the tab down) is not going to be ideal for people visting my website. Is there any way to make the box longer. I don't see a fucntion in the 'properties' tab. I presume I have to edit the html code - but not sure what bit.

Thanks
User 187934 Photo


Senior Advisor
20,271 posts

Hi Craig,
On the html form page alter the code to look something like this by adding the desired amount of choices to show. size="12"
<select data-hint="" name="select1[]" multiple="" id="item1_select_1" size="12">
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2150794 Photo


Registered User
17 posts

Hi,

After I export I get a bunch of php files - which one will have the code in?

Many Thanks
User 187934 Photo


Senior Advisor
20,271 posts

It will be on the actual form html page.:)
formname_exported/formname/formname.html
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.