just updated the SIDN form generator script:
Finally the script is updated for the new SIDN form, the method create_data() is changed (Thanks Alex for the nice work) and the new form is added to the package.
» PHP Forum Archive » PHP Classes Support Forum
just updated the SIDN form generator script:
Finally the script is updated for the new SIDN form, the method create_data() is changed (Thanks Alex for the nice work) and the new form is added to the package.
I get the following error that I can't get resolved... all include paths seems to be OK.
Fatal error: Class 'FPDF' not found in /home/website/sidn_contract/fpdf/fpdf_tpl.php on line 20
Any idea ?
You need to upload the FPDF class too, put the fpdf folder into your websites root and it should work.
IF YOU HAVE further questions please open a new thread!
sorry for waking up this very old topic,
SIDN has renewed its registration pdf
I have been trying to edit the code to get is working on this new form.
the new form now consists of two pages and has some extra fields.
I have maganed to create all needed fields. But i cannot get the importer to read the two pages of the registration form.
I have succeeded to get a 2 page out put but it is all messed up
only page 1 has the info from the original pdf page 1
and all info entered in the form fields have now been moved to a blanc page 2
but they are there on page 2 in perfect layout as they should have been on page 1
can you help me?
thnx
(ik heb zojuist op twitter een melding van deze topic gedaan)
Hi,
why do you need those forms? According the "new" SIDN rules a digital log is enough...
Anyway, sure I can help you to updat the script (the modification is pdf related and doesn't belong to the SIDN).
What is the link to the new document?
Well i know this form isn't necessary, but i have alway liked to have the fysical form.
The form it self is not available for regular download because SIDN indeed needs only some sort of digital log. But thru the registrar login on the SIDN website they have supplied a example form. Are you a "SIDN deelnemer cat 1" you can find the download here.
https://www.sidn.nl/fileadmin/docs/Formulieren_NL/Voorbeeldformulieren%20DRS5.zip
If you are not a cat1 deelnemer. please follow me on twitter. so i can direct message you a alternate download link
As i have written earlier i have succeeded to make all necessary fields in the input webinterface but the script won't load the second page of the SIDN form
i have also succeeded to make the script make a 2 page output but page blanc and all registration info that is supposed to be on page 1 appears on page 2.
I am NOT an php code genius
cold/would you also consider making/including a mail script which sends a copy of the filled out form to a given address? so that for example me can see if, when and how a form was filled out and that a registration request could be coming in any time.
Hi,
I see we need a second page. I'm very busy at the moment and it will take some time to modify the script. Actually you need to create a new page inside the function "create_data()" right before the output is called, after the addPage function you can define the other fields.
Ok, as mentioned before i am not a real php Wizz, editing some simple lines by way of
backup - trail - error - restore - trail - error - restore - trail - succes!
is kind of my total knowledge of PHP
I wil take the pointer you gave and throw my super uber fantastic coding skills to the test :)
If you have something ready before i have (could take a while) please don't hold back :)
could you also consider my second request about some kind of mailing script that sends a copy to a specified e-mail address "the hoster" so that there is given a heads up of a possible registration request.