CalcBuilder Forum

Location/Placement of Email, PDF and Excel

Usuario satatwork 2015-03-24 15:09:32

Is there a way to over-ride the default placement of the Email-To, PDF and Excel fields/buttons.

I don't have anything in my exit page (all results calculated inline) and have it set to be beneath the form...which it is but appears at least a couple of lines below.

I'd like it closer/tighter to the form as it may not be noticed unless the user scrolls down.

Cheers

Moonsoft support 2015-03-24 18:54:08

Hi,
first we suggest to check if you have any element at the end of your input form that may be introducing some extra space, like any br or p tag and remove it if needed. Also check if your template contains some bottom margin for the form tag, it may add some empty space as well.
Below the form there is an empty line if you have hidden the calculate button. You can remove that space adding this style

.btcalctoolbar{
display:none;
}

to your css or to the calculator 'write directly html' tab inside style tags. Just after that content the toolbar of export/email is shown.

Hope this helps, regards

...
CalcBuilder

Create dynamic calculators

Buy now!
...
Support/development

Perfect for small code changes or to correct any bug at your site

Buy now!