Problem with value="" in uploaded files...

Issues related to forms.
Post Reply
User avatar
cadtec
 
 
Posts: 35
Joined: Sat Oct 06, 2012 3:12 pm
Location: Switzerland
Contact:

Problem with value="" in uploaded files...

Post by cadtec »

Concerns WWB 15.0.4:
When uploading forms, always value="" inserted although this is not necessary. This makes my PHP script stumble and it doesn't work anymore.

Is there a setting for this in the new version 15?
If No, can you fix this behavior?

Note: With WWB 14.4.0 value="" is not output and everything works.
User avatar
Pablo
 
Posts: 21702
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem with value="" in uploaded files...

Post by Pablo »

I do not think this behavior has changed. It works the same as in WB14.
User avatar
cadtec
 
 
Posts: 35
Joined: Sat Oct 06, 2012 3:12 pm
Location: Switzerland
Contact:

Re: Problem with value="" in uploaded files...

Post by cadtec »

Hello

Here is a part from the Page HTML in WWB14:
Image

Here the same from WWB15:
Image

Here are the project files for download:
for V14: https://www.dropbox.com/s/lb3ymdct62a7l ... k.wbs?dl=1
for V15: https://www.dropbox.com/s/b9cnxlpom8n1f ... g.wbs?dl=1

Best regards,
André
User avatar
Pablo
 
Posts: 21702
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem with value="" in uploaded files...

Post by Pablo »

At the moment I do not have access to my computer so cannot load your project.
But I will look at this when I am back from my holiday.
It may have been a modification based on user feedback.
User avatar
cadtec
 
 
Posts: 35
Joined: Sat Oct 06, 2012 3:12 pm
Location: Switzerland
Contact:

Re: Problem with value="" in uploaded files...

Post by cadtec »

Hello Pablo

Enjoy your well-deserved holidays!
I found the problem right now and was able to solve it myself.
The combobox "inp_sortierung" only contained Text values and no Value values.
That's why the SQL query failed to sort.
Now it works again.

(In V14 it worked anyway, but that is obsolete now.)

Best regards,
André
Post Reply