Closed (fixed)
Project:
Webform Table Element
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2011 at 21:26 UTC
Updated:
11 Sep 2012 at 16:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
jelle_sI cannot seem to reproduce the first error you get. Can you upload a screenshot of your webform or something so I can try to reproduce?
The second error is a duplicate of #1257798: Cannot set fields to be Mandatory I'm not sure if they are related
Comment #2
Jcsic commentedI was able to narrow down the problem.
If I were to make a table element with fields and outside of the element I make a page break, then all the submitted information inside that table disappears once I go to the next page. That is what the first error seems to be.
Comment #3
attiks commented@Jcsic: we never used it in that combination, there's another module that adds ajax pagination and that one works well: webform_ajax_page
Anyhow we will have a look asap
Comment #4
Jcsic commentedAhh Thank you attiks. :)
Comment #5
commonswift commentedThanks for offering this - for me - very useful module. I've successfully constructed a larger webform, but a problem is that if I submit the form and some field outside the table fails a validation constraint, all data entered in the table are lost (but not data entered in other fields in the form). Could I have misconfigured something? I have no mandatory fields inside the table. Thank you!
Comment #6
attiks commentedIt's possible, you can try using Clientside validation, that's how we're using it all the time, it adds validation rules using javascript. We never used it without this module, so I'll leave this open to have a looker later.
Comment #7
jelle_sfixed in the latest dev version, thanks for the report!
Comment #9
wheels394 commentedI am having the same issue of data not being retained. I can see the data when I view the individual submissions but if I try the results table view or download the columns are all empty.
I am also having an issue where data entered in column 1 is appearing in column 2 and vice versa. I am attaching a pdf with screenshots of both. And the excel file showing blank fields.
I am working with the latest 6.x dev version
Comment #10
tech@rivernetwork.org commentedSimilar problem as above. Viewing the individual submission under Results allows me to see the data submitted. Table view or downloading to file does not work - responses within table_element fields appear blank. I've tried all the possible options for downloading, and nothing will give me a file that contains the data from the table_element fields (other fields display correctly).
Comment #11
attiks commentedIt's expected, we didn't implement it yet ;p
Comment #12
attiks commentedComment #13
jelle_sNow implemented in 6.x-1.x-dev and 7.x-1.x-dev
Comment #14
wheels394 commentedtrying to delete post but can only edit it.
Comment #15
attiks commentedComment #17
prisonfood commentedHi -- are there characters that when used in the Rows field for the Table Elements that would cause the form to break and not retain data? I have a one-page form where students enter the courses they've taken for a certificate program (see below). It wasn't retaining data for the Rows. I thought the module was breaking, but it retains the "Save Draft" data when I replace the rows below with a simple Test1|Test1 Test2|Test2 kind of rows.
Thanks, Kevin
Comment #18
jelle_sMy guess is that the spaces in the key values are the cause, I'll have a look at it when I find the time.
Comment #19
attiks commented@prisonfood : The keys are not supposed to contain spaces, only letters/numbers and _
It appears the webform code isn't validating all of this, so maybe it's better to open an issue in their queue and link both issues.
Comment #20
jelle_sFixed by adding the
#element_validatefunction provided by the webform moduleComment #21
prisonfood commentedThanks - you were correct that removing spaces in the key fixed the validation. Bonehead mistake! I appreciate the help! -Kevin