I find that a confirmation message that is longer than 256 characters is cut off. That is, only the first 256 characters are saved and displayed when a user submits a filled-in form.

The cut off already is in place after a preview of a webform under construction.

Comments

jhriggs’s picture

The 'confirm' column in the webform table is defined as 'varchar(255)'. As this is a textarea that may contain longer data, it should probably be defined as 'text'.

To fix this on your install, Lappie, do this in mysql: ALTER TABLE webform CHANGE confirm confirm text

ullgren’s picture

Changed in the .mysql file.
For existing installations please execute
ALTER TABLE webform CHANGE confirm confirm text
in you database console.

ullgren’s picture

Assigned: Unassigned » ullgren
Anonymous’s picture