Closed GabrieleMartino closed 11 years ago
What version of Uniform? Could you post a test page online or as a gist that illustrates this problem? Here's a sample page to get you started: https://gist.github.com/4328659
At the moment i choosed to not bring this value in the db. Just setting in as default. This is not a solution but i think i will give a try next week.
Further also the enter key in forms are not individuated as form submit when the input is the last in the list. I managed the event with javascript keypress, e.which = =13, ...
The version of uniform was the one i took from the git hub 2 days ago. I will give the test page or the solution next week, hoping the 2nd.
Thanks
Let me know when you have a sample page for me to try. It really helps to have that and it usually eliminates me blaming "it's just your site" or something similar. I'd rather fix a bug if there is one in Uniform.
I didn't understand what should i do? Where do I have to paste my source page code? In this page, but is very long. Not so much but long.
I solved it watching at the source, because it highlights red the resulting error. It was the fact the the form open tag was inside the table and not outside. Sometimes i think would be better to have a page that do not open at all if is wrong in sintax. So one is constricted to write good code without encour in further errors.
Thanks
That sounds like you corrected the issue yourself so I am closing this ticket. If I misunderstood, please reopen and let me know where I went wrong.
I have a select build this way, sorry but could insert tag in this page, so i avoid to use < and />
td label for="lang" Language label td td select name="lang_name" id="lang_id" option value="32">Azərbaycan option option value="37" Català option .... /select
td tr and it works fine but when i goes with uniform it doesn't work for post data.
But in others pages it works, any idea about what could be?