Forum


Calc Builder Support

Calc Builder support
Forums
No se permite escribir sin estar logado. Por favor, login

Yes / No 13.07.2015 16:43

How do I get a yes/no field to show something else than Y or N in the pdf printed later?

I would like it to show for instance a box with an X or ✔︎ symbol.

Is that possible ?

kr,J-)

Re: Yes / No 14.07.2015 10:12

Hi,
you can change at your calculator code the final value for your input. At the end of your code, assuming your input has variable name 'myfield':

if($myfield=="Y"){

$myfield="Here any value for YES";
}

else{
$myfield="Here any value for NO";
}


You can enter any text, some tags for html format, or even an image tag if you provide absolute url.


Hope this helps,regards
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Lo que nuestros clientes opinan de nosotros