Re: [Catalyst] FormBuilder not working

2009-01-29 Thread abhishek jain
On Sun, Sep 28, 2008 at 12:23 AM, abhishek jain abhishek.netj...@gmail.comwrote: For example I do something like this for a radio button lang_publish: label: Publish options: Y=Yes, N=No value: N required: 1 For a select like you want it should be lang_publish: label:

Re: [Catalyst] FormBuilder not working

2008-09-27 Thread abhishek jain
For example I do something like this for a radio button lang_publish: label: Publish options: Y=Yes, N=No value: N required: 1 For a select like you want it should be lang_publish: label: Publish options: Y=Yes,N=No type: select required: 1 also youcan add the

Re: [Catalyst] FormBuilder not working

2008-09-25 Thread abhishek jain
That problem is solved , i have yet another one, In my form definition i am writing the following: name: search method: post fields: dom: label: Dom type: text size: 30 required: 1 ext:

Re: [Catalyst] FormBuilder not working

2008-09-25 Thread Dermot
2008/9/25 abhishek jain [EMAIL PROTECTED]: Someone pl. reply, Thank, abhi I can't answer your question but I would point out that FormBuilder is no longer being developed. HTML::FormFu and friends are the *preferred modules these days. It's active and the mailing list works. Dp.

Re: [Catalyst] FormBuilder not working

2008-09-25 Thread Giancarlo Corcuera
abhishek jain wrote: That problem is solved , i have yet another one, In my form definition i am writing the following: name: search method: post fields: dom: label: Dom type: text size: 30

Re: [Catalyst] FormBuilder not working

2008-09-20 Thread Hani Anani
Hello Abhishek, I suspect the problem is with the naming of your files and dir structure. If search2 method is in the Project module you will need to do the following: 1. create a project sub dir in your root/forms dir 2. move your form definition file to the root/forms/project/search2.fb 3.

Re: [Catalyst] FormBuilder not working

2008-09-20 Thread abhishek jain
On Sat, Sep 20, 2008 at 12:28 PM, Hani Anani [EMAIL PROTECTED] wrote: Hello Abhishek, I suspect the problem is with the naming of your files and dir structure. If search2 method is in the Project module you will need to do the following: 1. create a project sub dir in your root/forms dir

Re: [Catalyst] FormBuilder not working

2008-09-20 Thread abhishek jain
On Sat, Sep 20, 2008 at 1:12 PM, abhishek jain [EMAIL PROTECTED]wrote: On Sat, Sep 20, 2008 at 12:28 PM, Hani Anani [EMAIL PROTECTED] wrote: Hello Abhishek, I suspect the problem is with the naming of your files and dir structure. If search2 method is in the Project module you will need