Thread: New to Checkbox
View Single Post
  #2 (permalink)  
Old 03-19-2007, 05:44 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 187
Default

Jeff,

First, welcome to the forums.

Regarding your suggestions, can you clarify how you'd like the tabbing and spacing to work? I'm not 100% sure what you would like with these features.

We do have more advanced layout features on our roadmap, but there isn't an ETA on this feature yet.

With the application source code, you could certainly modify the layout any way you choose. All of the survey items are implemented as .NET server controls that are sequentially laid out on the page. To implement tabbing or spacing, you could change one of the base classes to insert tabs/spaces for all items. To introduce columns, you could modify the code that lays the controls out on the survey page.

We are always looking to expand on the display options, so your input is appreciated.
Reply With Quote