Forum
Calc Builder Support
Calc Builder supportForums
No se permite escribir sin estar logado. Por favor, login
Re: Send email with exit layout (incl. results) 22.01.2014 16:46
Hi,
are you creating & sending this pdf attachment from the code? Then you will have something like:
$mail_content='Form mail content: ';
you can add to that variable any content needed, you can copy the whole exit layout (toggle editor) code and replace the ##result## expressions, with $result as you're working on php. If you have at your output
This is my result1:##result1## that is printed on screen
For the pdf you should set this at the code:
$mail_content='This is my result1:$result1 that is printed on screen';
Of course this line should be below the ones calculating your results.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es
are you creating & sending this pdf attachment from the code? Then you will have something like:
$mail_content='Form mail content: ';
you can add to that variable any content needed, you can copy the whole exit layout (toggle editor) code and replace the ##result## expressions, with $result as you're working on php. If you have at your output
This is my result1:##result1## that is printed on screen
For the pdf you should set this at the code:
$mail_content='This is my result1:$result1 that is printed on screen';
Of course this line should be below the ones calculating your results.
Hope this helps, regards
Moonsoft Team
www.moonsoft.es