Hi,
I have a multiple select box which I am having trouble keeping the
values selected when the form is submitted and validation fails.
It looks to be a problem with the validation file and having fillin
enabled in html mode. If I change fillin to xml or xhtml mode the
options for the select remain selected when the form returns but all
my other data in text fields is removed.
So I thought just to remove the multiple select from the fillin and
populate the selected options myself. Now however I can't seem to get
the fillin to skip the select box using the skip_fields param. Here is
my fillin section of the validation file:
---
fillin:
enabled: true
param:
skip_fields: [etime_audiences]
---
I have also tried using skip_fields: [etime_audiences{}] as the name
of the select field is etime_audiences[].
Any help would be appreciated!
I'm using symfony 1.0.20
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---