Request an opinion on your autograph from our experts

Memorabilia Stars experts will receive your email in real time with photos of the autograph to be examined and
they will immediately put at your complete disposal to provide you with their opinion and their professionalism in the sector.

Fill out the form

Complete all fields and tell us the details of your autograph

Make the payment

The cost of the prior opinion is € 10.
Accettiamo tutte le forme di pagamento con carta di credito: Maestro, Mastercard, Visa,American Express, Paypal

Analysis by our experts

The opinions provided by our experts are of type three:

- Unlikely to pass full certification (this does not mean that the autograph is fake, but for our experts and potentially not genuine)
- Probable that it passes the complete certification (in this case the autograph results in a first visual evaluation "probably authentic", everything will have to be verified by sending the article to our office)
- We cannot give an opinion (in this case you will be refunded in full of the amount paid, this can also occur with low-quality photos that cannot be evaluated well by our experts)

Response in 24/48 hours

It is very important to know that the preventive / quick response opinion sent by email is a simple opinion sent by a professional forensic graphologist to establish the authenticity of an autograph, simply by viewing an image. THEREFORE it has no legal value and cannot be used as a certificate of authenticity (COA) as it is not in any way.

If the response is positive, it will be possible to proceed with sending the autograph for the production of the certificate of authenticity

Decidi il metodo di pagamento

// Run the script when the DOM is fully loaded document.addEventListener('DOMContentLoaded', function () { // Select all input fields of type 'tel' const numberInputs = document.querySelectorAll('input[type="tel"]'); // Remove non-digit characters from the input numberInputs.forEach(function(input) { input.addEventListener('input', function() { // Replace anything that is not a digit with an empty string this.value = this.value.replace(/\D/g, ''); }); }); // Limit the number of digits to 15 numberInputs.forEach(function(input) { input.addEventListener('input', function() { // Trim the value to 15 digits if it exceeds the limit if (this.value.length > 15) { this.value = this.value.slice(0, 15); } }); }); });