Printing button

Can you send me your softr email by private message @artur ? :slight_smile:

@lea pls check this Recordit: Record screencasts fast & free! with GIF Support!

I fixed it in the block pls refresh the page and check

1 Like

Amazing, but when I look at the code I see little difference, the other function with printJS() called is gone, is that it? Explain it to me :slight_smile:

Edit, another change I detected is the delete of apostrophes around the url variable

        printJS('urlPDF');

is now

        printJS(urlPDF);

@lea
urlPDF is a variable containing the value assigned to it (the read url) while 'urlPDF' is static string and it’s value us 'urlPDF'

This was the main change.

1 Like

I’m a beginner and realize how frustrating it can coding be sometimes, thanks for the help @artur

1 Like

@lea you are doing great! Let us know when you face new issues.

1 Like