You would have to do that in the file mod_bix_vmchrono.php.
On line 56 is the div defined that displays the message.
It's javascript, so you can echo form values there as well.
Make sure the input you want to show has in ID. Then make line 56 like this:
| Code: |
var responseText = '<div class=\"shop_info\">".JText::_('FORM_PROCESSED')."<br/>Cut lenght: '+$(\'inputID\').value+' inches</div>';
|
Not tested, but that should show something like your image.
You can edit the text of FORM_PROCESSED in the languagefile.