Closed (outdated)
Project:
Webform Validation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2012 at 06:09 UTC
Updated:
17 Apr 2026 at 20:36 UTC
Jump to comment: Most recent
Comments
Comment #1
svendecabooterAre you sure your regex code is valid?
Comment #2
gopisundar commented@svendecabooter
One of the text field which i gave under table element accepts only alphabets. so i used regex code ^[A-Za-z]{1,128}$ to do this. In the same form for a seperate textfield which is not under webform table element the code works good and shows error if the input value does not match the regex code. And later on after i posted this message i found that if i enable clientside validation only the last row of the textfield under the table element shows error if the input value does not match the regex code.
This works if the field is manditory or not.
Comment #3
svendecabooterI'll have to look into this table element. Haven't used it myself.
I'll report back when i found some time...
Comment #4
gopisundar commented@svendecabooter
Thanks for considering this post. waiting for your reply soon:)
Comment #5
liam morlandDo you mean the grid component type?
Comment #6
gopisundar commentedNo there is a module called "Webform table element" which can be used to create table like structure in webform. When this module is installed a new component type called 'table element' will be added under component type.
Comment #7
liam morlandComment #8
liam morlandWork with components created with the Webform Table Element module.
I am not likely to have time to work on this, but will welcome a patch.
Comment #9
liam morlandDrupal 7 is no longer supported. If this applies to a supported version, please re-open.