The module works with all other fields. This field (textarea box), even when filled (on the publication form), is not sent to the addressee (as all the others). I tried to reload this field (with the designer) and also to delete the code (so forcing to recreate it), but despite this, this field is not sent.
Forums
Textarea Box is not sent to the recipient
The "Data Array" in the debugger displays correctly the presence of this field:
which is also properly inserted in the code:
while in the last frame of the debugger ("Debug Info") this field is suddenly gone! 😲
[textarea15] => test test test test
which is also properly inserted in the code:
<div id="form-row-18" class="form-group gcore-form-row">
<label class="control-label gcore-label-left" for="textarea15">Richieste particolari</label>
<div id="fin-textarea15" class="gcore-input gcore-display-table">
<textarea id="textarea15" class="form-control A" cols="40" data-load-state="" data-tooltip="" data-wysiwyg="0" name="textarea15" placeholder="" rows="3" style="" title=""></textarea></div>
</div>
while in the last frame of the debugger ("Debug Info") this field is suddenly gone! 😲
Hi Fritz,
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
Forgive the late reply. I am developing several sites simultaneously and I jump from one CMS to another.
I found the problem in the module setup-settings -> in the email template. Here lacked the html code line of the [textarea15] field and is for that reason that was not sent. I have add this line in the email template and now the form is submitted with all fields.
I thought that, by deleting the html email template code and then saving the form, this would created in automatic mode. Evidently it is not.
I found the problem in the module setup-settings -> in the email template. Here lacked the html code line of the [textarea15] field and is for that reason that was not sent. I have add this line in the email template and now the form is submitted with all fields.
I thought that, by deleting the html email template code and then saving the form, this would created in automatic mode. Evidently it is not.
This topic is locked and no more replies can be posted.