Search Discussions
-
Hi, I'm using HTML::FormFu::Model::DBIC and - type: Repeatable nested_name: chairs increment_field_names: 1 counter_name: chairs_num model_config: empty_rows: 1 default_column: id_room elements: - ...
Ferruccio Zamuner
Dec 22, 2015 at 9:35 am
Dec 22, 2015 at 9:35 am -
I've come across some reference to repeatable elements inside repeatable elements (circa 2009), but most refer to issues with the inner repeatable not rendering. Is this feature now fixed? I'm ...
Stephen Shorrock
Sep 8, 2014 at 11:48 am
Sep 8, 2014 at 1:33 pm -
Hi, I am currently trying to set the (bootstrap) style for the options in a Radiogroup but having trouble adding an attribute class to the <span tag for each option. I would like the form output to ...
Stuart Dodds
Jul 28, 2014 at 3:06 pm
Jul 28, 2014 at 3:06 pm -
Hi all, A new version of HTML-FormFu has been uploaded and indexed - and should appear on (meta)cpan very soon. Element rendering has been completely rewritten to use a new layout() method. This ...
Carl Franks
Apr 11, 2014 at 11:33 am
Apr 11, 2014 at 11:33 am -
Hi, I'd like to set a non db column value eg; __PACKAGE__- mk_group_accessors('simple' = qw/filter_update/); $row- filter_update(1); before I call $form- model- update($row) so that when the $row- ...
Stephen Shorrock
Feb 3, 2014 at 5:14 pm
Feb 4, 2014 at 10:16 am -
Hi, Happy New Year etc... I'm hoping that someone is able to offer some advice for the best way to optimize a form. I currently have a rather complex form where there are a dynamic number of rows of ...
Stephen Shorrock
Jan 8, 2014 at 4:42 pm
Jan 10, 2014 at 11:10 am -
Hi all, The following new distributions are working their way through cpan: HTML-FormFu v1.00 HTML-FormFu-Element-reCAPTCHA v1.00 HTML-FormFu-MultiForm v1.00 HTML-FormFu-Model-DBIC v1.00 ...
Carl Franks
Dec 16, 2013 at 11:40 am
Dec 16, 2013 at 11:40 am -
Hi! The $subject not works inside the multi element. I tried this config: <elements filter TrimEdges filter HTMLEscape filter HTMLScrubber label_loc form.label.norm name norm type Multi <elements ...
Gabor HALASZ
Jul 14, 2013 at 10:13 pm
Jul 14, 2013 at 10:13 pm -
Like various other people, I hit the difficulty lining up FormFu's form generation and Bootstrap. I did get it working OK with tt based HTML generation, and actually very minor changes - although I ...
Nigel Metheringham
May 29, 2013 at 4:35 pm
May 29, 2013 at 4:35 pm -
Hey everyone, I'm pretty new to HTML::FormFu. I'm working with the Foundation CSS-Framework which has a label-class that makes forms with labels look pretty weird. I fixed that myself by just adding ...
Jan Harders
May 4, 2013 at 5:53 pm
May 7, 2013 at 12:20 pm -
Hi, I just started using HTML::FormFu and like what I see, but I have one major issue. The flexibility of the built in string rendering method seems to be lacking. In order to fully utilize Bootstrap ...
Thomas Fjellstrom
Mar 27, 2013 at 11:17 pm
Mar 27, 2013 at 11:17 pm -
Hi! My current problem is the $subject. My config is: auto_inflate 1 field_order hour field_order minute field_order second label_loc form.label.time name time type DateTime strftime %H:%M:%S ...
Gabor HALASZ
Jan 8, 2013 at 3:06 pm
Jan 8, 2013 at 3:06 pm -
Hi, I would like to use 'title' attribute in my form elements and the new 'placeholder' attribute for HTML5 browsers. How is HTML::FormFu supporting them? Of course it is wonderful if it's possible ...
Ferruccio Zamuner
Jan 2, 2013 at 5:27 pm
Jan 2, 2013 at 11:24 pm -
Hello folks I am currently trying to get the values from a SET column (correctly) defined in DBIx::Class::Schema, but cannot seem to find the way to do it. The set is for selecting 1-12 calendar ...
Mm
Dec 29, 2012 at 3:30 pm
Dec 29, 2012 at 3:30 pm -
In the doc: param_value If the value is invalid or the form was not submitted, it returns undef. But in the source code: sub param_value { # ignore $form- valid($name) and $form- submitted So, which ...
Hailin Hu
Dec 19, 2012 at 1:20 am
Dec 19, 2012 at 11:44 am -
As the title, if validation is failed, I get value not transformed. Is this expected?
Hailin Hu
Dec 5, 2012 at 7:41 am
Dec 6, 2012 at 9:33 am -
I have a form with a 1-to-many relationship which uses a repeatable block. The default behaviour worked perfectly when I only had text boxes. I.e. if the repeatable row contained all blanks no row ...
Scott
Oct 15, 2012 at 2:46 pm
Oct 16, 2012 at 10:25 pm -
I've uploaded to cpan: * HTML-FormFu v0.09010 * HTML-FormFu-Model-DBIC v0.09010 The changes to HTML-FormFu are internal, and allow any custom constraint to handle other field's names within a ...
Carl Franks
Oct 5, 2012 at 3:32 pm
Oct 5, 2012 at 3:32 pm -
I've upload a new release of HTML-FormFu to cpan. I uploaded 0.09008 last week, but it failed indexing because of a permissions error - so uploaded 0.09009 this morning after I got the permissions ...
Carl Franks
Oct 1, 2012 at 9:59 am
Oct 1, 2012 at 9:59 am -
Dear All, I have been the following 2 methods in a controller: sub create :Chained('base') :PathPart('create') :FormConfig('author/edit.conf') { my ( $self, $c ) = @_; my $form = $c- stash- {form} ...
Scott
Sep 24, 2012 at 10:22 am
Sep 25, 2012 at 11:32 am -
Hi, I have troubles with formfu checkboxgroup/DBIx. I build a very simple example of standard mapping in Catalyst 5.90016. ( Same problem I got with earlier versions of all components ) The following ...
Vesselin Mirewski
Aug 23, 2012 at 3:09 pm
Sep 9, 2012 at 4:31 pm -
Hello, I'm currently trying to get the localize_label working with HTML::FormFu::Model::DBIC and all the i18n stuff from Catalyst: - type: Select name: fuel label_loc: Fuel empty_first: 1 ...
Jan Grmela
Aug 22, 2012 at 11:13 am
Aug 22, 2012 at 12:06 pm -
Hi, I have troubles with formfu checkboxgroup/DBIx. I build a very simple example of standard category = product mapping in Catalyst 5.90016. ( Same problem I got with earlier versions of all ...
Vesselin Mirewski
Aug 20, 2012 at 11:29 am
Aug 20, 2012 at 11:29 am -
Hi there, I've noticed a weird FormFu behaviour when localising Checkboxgroup labels using 'localize_label' with a custom sub as a label_column When I set the form element config the following way: - ...
Jan Grmela
Aug 17, 2012 at 11:53 am
Aug 22, 2012 at 1:20 pm -
I have the following form.conf file constraints Required <elements <constraints min 1 max 10000 type Range message Required. Digits only, please. </constraints filter TrimEdges filter HTMLEscape name ...
Scott
Jul 23, 2012 at 10:02 am
Jul 23, 2012 at 10:08 am -
Hi there, I'm just in process of implementation translations to our new app. We're using Catalyst with Catalyst::Controller::HTML::FromFu and Template Toolkit as a templating engine along with ...
Jan Grmela
Jul 17, 2012 at 2:07 pm
Jul 23, 2012 at 9:59 am -
Hi all, Is it possible to render the form elements one by one instead of rendering the whole form? Something like: [% render a form field here %] ... add big parts of text, images... [% render ...
Octavian Rasnita
Jul 12, 2012 at 5:08 am
Jul 12, 2012 at 3:27 pm -
Hi, Is it possible in FormFu to only show a form element on the form IF the value in a selection box is chosen to be a specific value? I see that FormFu can be used to set A CONSTRAINT when some ...
Robyn Jonahs
Apr 20, 2012 at 4:50 am
Apr 20, 2012 at 3:18 pm -
Hi, My question entails HTML::FormFu::Model::DBIC I am trying to set up a FormFu form where I have a table of locations and I want to associate a state with each one. So a location has_one state and ...
Robyn Jonahs
Apr 19, 2012 at 10:42 pm
Apr 20, 2012 at 1:30 am -
Hi, I am using Catalyst 5.90011 with HTML::FormFu::Model::DBIC and mysql I am having a problem where I can't get the default value set in mysql and also in my Catalyst Schema::Result to get inserted ...
Robyn Jonahs
Apr 17, 2012 at 1:33 pm
Apr 17, 2012 at 3:20 pm -
(Also sent to the Catalyst list - sorry if this is cross posting breach of etiquette) Hi, I am having trouble with understanding how to get Many to Many relationships into a FormFu form via YAML ...
Robyn Jonahs
Apr 11, 2012 at 5:29 pm
Apr 12, 2012 at 9:21 pm -
hi, I in yml file have - type: Text name: one label: something it generates: <div class="text label" <input name="one" </div I want to change the class of this div, how can i do that, i am ...
Abhishek jain
Apr 4, 2012 at 10:10 am
Apr 5, 2012 at 1:20 pm -
Hi! I tried to add elements to my form (new elements into a fieldset element), but I got exception with $subject. My code is: my $position = $c- stash- {form}- get_all_element({ type = 'File', }); # ...
Gabor HALASZ
Jan 9, 2012 at 6:18 pm
Jan 17, 2012 at 9:38 pm -
Hi! I created a form with a select field and two submit button with different values. When I sent the form, the Catalyst reports the correct parameters, but formfu not: [debug] Body Parameters are: ...
Gabor HALASZ
Jan 8, 2012 at 9:23 pm
Jan 9, 2012 at 6:03 pm -
Hello, during the last few days we had some trouble getting certain things working. The main problem was that model_config = { read_only = 1 } is not honored during saving relations, only for ...
Wolfgang Kinkeldei
Dec 2, 2011 at 10:35 am
Dec 19, 2012 at 12:33 pm -
Hi, I have a form that has some "static" fields that are both inherited from another form and then some more added via has_field in the general declaration of the thing. I then have a bunch more very ...
Rippl, Steve
Dec 1, 2011 at 10:21 pm
Dec 1, 2011 at 10:43 pm -
I'm trying to put two HTML::FormFu Repeatable elements inside another Repeatable element. I don't know how a nested repeatable is named. I need it's name to perform: $element = $form- ...
Leonardo Ruoso
Nov 22, 2011 at 10:07 pm
Nov 22, 2011 at 11:43 pm -
Simple question, not certain if there is a built-in way to do this. If for example I'm able to populate my TT template with a formfu object like this: [% form %] Is it possible to access a specific ...
J. Bobby Lopez
Nov 21, 2011 at 8:05 pm
Nov 21, 2011 at 10:37 pm -
Hello, I'm trying to understand the data-structure required to populate a form with 'select' element values (options). When I dump (Data::Dumper) the FormFu object, I see that the structure looks ...
J. Bobby Lopez
Nov 4, 2011 at 5:41 pm
Nov 9, 2011 at 2:13 pm -
I'm looking for way to use data from TT as the value for a hidden form element. Here's an example that may clarify: <code <!---- Access Table ---- [% IF access_results %] <div name="accesstable" ...
J. Bobby Lopez
Oct 28, 2011 at 5:17 pm
Oct 28, 2011 at 5:17 pm -
Hello! Working with trivial many-to-many checkbox selection, I've triggered an error. If, and only if condition_from_stash is set, _save_multi_value_fields_many_to_many for some reason fails to clean ...
Alex Povolotsky
Oct 25, 2011 at 5:54 pm
Oct 25, 2011 at 5:54 pm -
Hello! How can I most clean and nice write a constraint "Number must not be decreased"? As far as I remember, H::F::C::Range allows only constants... Alex
Alex Povolotsky
Oct 24, 2011 at 7:31 pm
Oct 24, 2011 at 8:56 pm -
hi, Another newbie ques from me, i tried searching on google first but couldnt find a sol. How to prefill form from session, iam doing multi step form and i need a way to persist values via session ...
Abhishek jain
Oct 18, 2011 at 10:30 am
Oct 18, 2011 at 10:55 am -
Hi, Is there a way i can add each individual form fields within an <li tag. i am talking about some configuration in the yaml config file for Catalyst::Controller::HTML::FormFu ALso i will like to ...
Abhishek jain
Oct 18, 2011 at 8:37 am
Oct 18, 2011 at 9:20 am -
Hi! I created a logicaly wrong from config when I extend my form with a file element. I created the config: filter TrimEdges filter HTMLEscape filter HTMLScrubber <elements ... <elements type File ...
Gabor HALASZ
Oct 16, 2011 at 9:56 pm
Oct 16, 2011 at 9:56 pm -
Hello everyone, After using FormFu for the past 4 months, I'd like to share with you some of my observations. Starting with FormFu was a bit of a learning curve, mainly because of the lack of ...
Xaos
Oct 14, 2011 at 11:33 pm
Oct 17, 2011 at 1:47 am -
Hello! I'm working on a simple database, minimal extract looks like create table genre (id serial primary key, genre_name varchar(128) not null); create table shot (id serial primary key, gid int not ...
Alex Povolotsky
Oct 5, 2011 at 3:09 pm
Oct 8, 2011 at 6:54 am -
Hi, I went through my Catalyst app with CatalystX::LeakChecker to find possible leaks. CatalystX::LeakChecker showed a leak within FormFu, the following patch should fix it (tests pass, my app works, ...
Matthias Dietrich
Sep 29, 2011 at 2:43 pm
Sep 29, 2011 at 4:01 pm -
Hello, I'm trying to figure out how to pre-populate a formfu form with data I have in a %hash. The keys in the hash match the names of form elements (if that's helpful at all). The problem I'm ...
J. Bobby Lopez
Sep 22, 2011 at 8:10 pm
Sep 22, 2011 at 8:40 pm -
Hi, I'm using Catalyst with FormFu. Now I want to localize also the values. Localizing labels is already working with label_loc. But there is no such function for values (like value_loc). Eg: I hav a ...
Stefan
Sep 13, 2011 at 10:41 am
Sep 13, 2011 at 7:35 pm
Group Overview
group | html-formfu |
categories | perl, catalyst |
discussions | 863 |
posts | 3,340 |
users | 185 |
website | metacpan.org... |
Top users
Archives
- December 2015 (1)
- September 2014 (4)
- July 2014 (1)
- April 2014 (1)
- February 2014 (3)
- January 2014 (2)
- December 2013 (1)
- July 2013 (1)
- May 2013 (4)
- March 2013 (1)
- January 2013 (3)
- December 2012 (10)
- October 2012 (7)
- September 2012 (7)
- August 2012 (8)
- July 2012 (14)
- April 2012 (23)
- January 2012 (12)
- December 2011 (7)
- November 2011 (19)
- October 2011 (20)
- September 2011 (14)
- August 2011 (6)
- July 2011 (15)
- June 2011 (34)
- May 2011 (20)
- April 2011 (29)
- March 2011 (38)
- February 2011 (19)
- January 2011 (12)
- December 2010 (18)
- November 2010 (34)
- October 2010 (26)
- September 2010 (29)
- August 2010 (11)
- July 2010 (22)
- June 2010 (38)
- May 2010 (13)
- April 2010 (3)
- March 2010 (64)
- February 2010 (29)
- January 2010 (68)
- December 2009 (69)
- November 2009 (41)
- October 2009 (46)
- September 2009 (46)
- August 2009 (59)
- July 2009 (57)
- June 2009 (74)
- May 2009 (88)
- April 2009 (170)
- March 2009 (217)
- February 2009 (102)
- January 2009 (57)
- December 2008 (74)
- November 2008 (54)
- October 2008 (71)
- September 2008 (65)
- August 2008 (77)
- July 2008 (43)
- June 2008 (57)
- May 2008 (24)
- April 2008 (89)
- March 2008 (102)
- February 2008 (103)
- January 2008 (67)
- December 2007 (52)
- November 2007 (95)
- October 2007 (155)
- September 2007 (227)
- August 2007 (95)
- July 2007 (69)
- June 2007 (59)
- May 2007 (45)