Good afternoon romyo.
Updae: I forget maybe one key thing. All in the admin form was tested in Firefox. I appologize if this is the main cause of problems
The project is still in its beta stage. But it seems that running jquery should fix all the technical problems problems.
The project was installed on Joomla 3.2.x version with 3.2.x Seblod version. But this doesn't neccessary mean that you cannot install it on the earlier versions of Joomla and Seblod.
But Quick answers:
-1. jQuery (jquery.com) is a javascript library for making programming in javascript much easier.
It is placed on browser side in html code inside head tags
See your source code. Maybe there is already such a line like this with the word jquery:
<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
If not, you can put some a line with to the latest version of jQuery from jQuery server.
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
Of course you can download the plugin and link in script tag in your favourite way.
Some html knowledge is useful.
I suggest doing the same on the front end form but as i remember it is not neccessary.
If you don't see any options i assume that it is you haven't jQuery.
8. When PDF Factory plugin field settings are set up for the first time in the admin form.
A.
[To do: CRC check] Needed pdf libraries have just been downloaded.The libraries has also been installed correctly (tcpdf and mpdf libraries).
Some screens and info for everybody:
After the plugin has been installed let's choose Uncacotegorised field "Pdf factory":
When the plugin just has been installed when it's chosen for the first time it downloads
and unpacks the library zip file. This is becaouse the libraries are too big to send them
during plugin installation process.
so you should in this version see something like this:
[To do: CRC check] Needed pdf libraries have just been downloaded.The libraries has also been installed correctly (tcpdf and mpdf libraries).
And the screen for it.
After each next invoking the same screen you should see that the libraries are already installed.
The writing in green:
Example params should looke like theese.
And technical information is that one use of jQuery library is to transform all the form into variables and vice versa when neccessary to be used by pdf factory plugin.
Notice too i am sometimes not aware how people think and use things. The truth is that real-life forms worked in front-end only. Of course pdf field main params has to be set up in admin/seblod way first.
Don't want to offend you by writing simple things. You see, this topic can be read by people on different stages of knowledge.