Thursday, June 23, 2011

Perl Catalyst FormBuilder Plug-in and Jquery formwizard

Bookmark and Share

Catalyst FormBuilder with Jquery Form Wizard

Recently I was working on popular Perl framework, Catalyst. One of the tasks was to generate form quickly and obviously used FormBuilder though it is no longer updated (I guess).

However, the traditional output of FormBuilder is not very nice as compared to newly designed forms so decided to integrate the same form (from FormBuilder) with jQuery Form Wizard. I have pretty lengthy form (around 20 fields) to fill.

Though it didn’t take me too long for Catalyst FormBuilder plug-in integration with jQuery Form Wizard what took most of my time is CSS.

Since I am not a good frontend designer, after lot of CSS tweaking I managed to generate nice form. And at the end, I am amazed to see such a nice wizard form with transition effects is generated using Perl and jQuery Form Wizard.

So instead of switching to any other language for designing website (backend), currently decided to stick to Perl. :)

Hopefully in next few posts, I will try to post sample code for this integration.


 




Technology