The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
problem with submitting values multiple select - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: problem with submitting values multiple select (/showthread.php?tid=603) |
RE: problem with submitting values multiple select - Ben - Apr 25th, 2010 Sorry Bert!! I finally gave up and tried it out myself locally. THIS one works: Code: rules.push("reg_exp,aantal_groen,^\s*[0-9\\,]{1\\,4}\s*$,alleen cijfers en komma!"); Now both commas are escaped (can't believe I missed that...!) and the extra "i," bit is removed. I'm not sure why that was there. Anyway, this looks like it works the way you want. - Ben RE: problem with submitting values multiple select - bvdveen - Apr 26th, 2010 (Apr 25th, 2010, 9:11 AM)Ben Wrote: Sorry Bert!! I finally gave up and tried it out myself locally. Hi Ben! At last....I could ( and maybe should) have come up with this solution...But you did! Finally everything works well and as planned! I want to thank you a lot for all your efforts and your ever so kindly written reactions. It makes the world a better place! Thanks and have a nice week! Bert RE: problem with submitting values multiple select - Ben - May 1st, 2010 Haha no worries! - Ben |