Hi dear reader,
I've been reading about this particular challenge and so far no solution that serves the requirements of our client.
In a form I have 4 fields next to eachother:
1 | 2 | 3 | 4 |
Fields 2 and 4 can be hidden, depending of the value of 1 and 3. But if I hide 2, this is what's displayed:
1 | 3 | 4 |
Surely there must be some kind of javascriptish command to keep the fields where they should be, like:
1 | 3 | 4 |
Since I've got about 15 of these rows, creating a new section and hide it when appropriate, isn't a solution. Also my client really doesn't want to see the fields to be hidden, so displaying them and locking them won't work either.
Am I fighting windmills here?
Best regards,
Jeroen
*This post is locked for comments