Help to develop a way to validate Italian Codice Fiscale through Agenzia delle Entrate website

HI, I am using GF to create an application membership form for my sport association in Rome. In Italy we have the Codice Fiscale which is an alfanumeric code that sums up the basic data of a person (name,surname, date and place of birth, gender).
It is a unique code and it’s perfect to verify people’s identity. The algorithm to create the Codice Fiscale is known and easy to reproduce once you have the original data.

The Agenzia delle Entrate has a page on their website where you can check if the Codice Fiscale really exists. https://telematici.agenziaentrate.gov.it/VerificaCF/Scegli.do?parameter=verificaCf
With this tool you can be fairly sure that the data that have been inputed on my form are real/correct.
I Haven’t been able to find a way for GF to interrogate the tool (ie with a popup that shows also the Re-captcha code needed for the verification on the Agenzia dellle Entrate website).

Anyone knows if there is already such tool or is able to develop one?

Being a small association, our budget is small :frowning:

regards

Hi @AKA
I have sent you PM.
Please check

Regards
Deep

If there’s an API that powers that tool (which I assume there is), you could hook that API up your form with our new plugin, API Alchemist:

The trick here would be enable the “Require response to complete submission” so that only a valid response would allow the submission to progress. We may need to help you dial in the error message to better communicate why the form submission failed but our support would be happy to help.