Hi-- not sure if this is a bug, but I did a simple form with a single text area, and though it works fine for submit, when the email arrives it has errors--
here's the textarea code:
<tr>
<td>Comments or questions: </td>
<td><textarea name="comments" rows="4" cols="50" wrap="physical"></textarea></td>
</tr>
and here's the source of the email that gets sent:
<tr>
<td>Comments or questions:</td>
<td><textarea cols="50" rows="4" name="comments"></td> </tr> </table></textarea></td>
</tr>
Any ideas?
Thanks
Hi,
Which Chronoforms version ? and what was the data submitted in this text area ? the email should not contain and text area tags...
Regards
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Max-- chronoforms 3.1 RC5.3
Data submitted in the form was just a test string-- something like "abcdefg"
Thanks
mmm, strange, did you insert anything in the "Email template" box or you left it to be filled automatically ? the auto template generator will never insert "<textarea " kind of tags in the email, unless you have something there which broke the generator... if you think all is fine at your end then please try to send me your form code to test it here!
Regards
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi pbass98,
I suspect that the problem may be the wrap='physical'. Can you try changing that to 'virtual' or taking it out completely?
bOB
Hi Bob-- I tried wrap = "virtual" and then removeing the wrap statement altogether with the same results.
Thanks
Hi pbass,
Tested it here on RC5.5 and works very well and the template is correctly generated, please make sure you clean your browser and website cache and retry!
Regards
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Max-- I updated to RC5.5, cleared all caches and it's still happening. Any other debug info I can provide?
Thanks
hi pbass, please try it with a form created in the wizard and let me know if it works fine ?
Cheers
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?