Well, it seems like gravity forms is still in need of a good client-side validation script. I must admit, not having javascript validation was a bit of a deterrent for me. However, I need to consider all areas of my company and the clients and the benefits for gravity forms far outweigh the loses.
Not that this is a complete loss because to SOME degree, I can slap some javascript validation on myself. However, an 'official' solution would be preferred.
To address your binding solution, there is a problem that I will face in my flow, where I'm stylizing form fields via jquery ui. You have to make sure that you're not /re/initializing items. The only way to do this is to filter the objects you're initializing by their currently selected 'page'. This gets tedious and annoying, where a catch all initialization is a piece of cake.
Typically outside of wordpress, I develop forms using jQuery TOOLS ( http://flowplayer.org/tools ) which has a great / smooth / fast / sexy implementation of a "pure javascript paging wizard" http://flowplayer.org/tools/demos/scrollable/wizard.html
It would be nice if gravity forms could include something like this but the problem with libraries like this, it's something that should be implemented at a lower level so other plugins can have access to their functions without having to include their own copy. Of course, I don't expect this library to be included in WordPress, whom has already done strange things with their inclusion of popular libraries and limits to their implementation.
Posted 13 years ago on Thursday November 18, 2010 |
Permalink