andrewscaya / mod_simpleemailform

Joomla module: mod_simpleemailform
http://joomla.unlikelysource.org/
GNU General Public License v2.0
3 stars 4 forks source link

Textarea Issue #35

Closed jdowlan closed 6 years ago

jdowlan commented 6 years ago

Hi there,

I'm having some issues getting a textarea input to work - It is trimming the input down. For example: "Test message goes in here" gets trimmed to "

Test message goes"

Any assistance would be greatly appreciated.

Thanks,

Jacob

issue

andrewscaya commented 6 years ago

Hi @jdowlan,

The input fields get trimmed to the field size as you have defined them in the Joomla administration panel.

Here is the section of the source code that does this in the JForm version of SEF: https://github.com/andrewscaya/mod_simpleemailform/blob/bb5e73dd1219e6268ce630f70c2f3a73b687e66d/sefv2/modsimpleemailform.php#L1794

Please let us know if this answers your question.

Many thanks for your interest in the Simple Email Form module!

Best regards,

Andrew