The same dilemma led me to develop formWorks. By slipping the formWorks code into a Content Editor Web Part at the bottom of a SharePoint form, I'm able to modify just about any part of the form at will with some basic JavaScript, HTML, and CSS code.
At it's most basic level, formWorks "pops the hood on SharePoint forms" and makes it easy to code your own tweaks into the form. If you don't like the length of a text box, you can shrink it with code as simple as this:
form['Title'].ctrl.style.width = '50%';Seriously, it's that easy.
The documentation is somewhat lacking, but if you understand what I'm talking about here, then there's a good chance that you'll know what you're doing and won't need a lot of tips and/or pointers. If you do, please feel free to contact me via email (ben[at]bradleyit.com) or click on the "Call Me" link under my picture to talk to me via Google Voice!
The code was kinda long, so I posted it here.


0 comments:
Post a Comment