Hi,
Uploading a file using the admin generator, I can only see 2 ways to
name it:
- setting a string in generator.yml, but that's obviously not going to
work for more than one file
- the file name is an md5 + its extension
I have "remixed" the core slightly to just give me the file name but
th
3 questions really:
How do I get rid of the list html tags around my radio buttons?
Touching the library files and removing the tags from the formatter()
function makes the radio buttons not display at all.
How do I make one of the radio buttons selected by default?
I can see there's place for i
Thanks for the info and tips!!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [
Hi everyone,
Hopefully someone will have come across this scenario before and will
be happy to share their knowledge.
I am developing a CMS, which re-uses a form in a template. The form
has a text input, and a couple of hidden fields. The form is used 5
times in the view template, with a differe