Triad1 Posted July 12, 2013 Report Share Posted July 12, 2013 Hi there - Because of client requirements, we need to have a very long form, which when viewed, shows a very long table. Unfortunately, the client does not want to scroll left to right for this very long table. He wants each of the fields broken out into tabular format. I have found that by using an HTML block and parameters, I can get it to work somewhat... Item A ValueA1 ValueA2 ValueA3 Item B ValueB1 ValueB2 ValueB3 That is working as expected. But what I need to do in the HTML block is use some javascript to prevent it including a line for those field sets that are not filled in. Right now, it just shows a blank line I want something like if ItemA !== 'Select' {document.write (ValueA1 ValueA2 ValueA3);} Unfortunately, I cannot seem to get it to work. Any thoughts? Greatly appreciated! Quote Link to comment Share on other sites More sharing options...
Barbara Posted July 12, 2013 Report Share Posted July 12, 2013 Hi, I think creating collapsed sections which is expandable if needed is a good option. There is a tutorial which explains the steps: http://howto.caspio.com/tech-tips/creating-collapsible-sections.html. You may find it helpful. Cheers, Barbara Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.