Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Google Forms does not recognize accents such as é

Community Beginner ,
Oct 10, 2022 Oct 10, 2022

I use Adobe Pro.

I created a pdf form that sends responses in a google forms

I submit the PDF forms via URL HTML to my google Forms.

The characters "é è à" are write in the PDF Forms. But the characters is write � in the google forms

There is another character where the accented character should be. 

How to make characters with accent send correctly and then write correctly in google forms ?

TOPICS
PDF forms
941
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 10, 2022 Oct 10, 2022

Perhaps assigning a language to your PDF may help, if there is not one designated.  Go to File>Properties.  Then click on the Advanced tab.  There, you can select the appropriate language, and that might "enable" the appropriate characters.

 

properties_language.png

I hope this works for you!

Dave

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 11, 2022 Oct 11, 2022

Hello David,

on the Advanced tab, language is Français. 

This paramter is with the characters "é è à".

Thanks for your help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 10, 2022 Oct 10, 2022

Utlisez-vous ce formulaire sur Mac ou sur Windows ?

Quoi qu'il en soit ça ressemble à un problème d'encodage des caractères.


Acrobate du PDF, InDesigner et Photoshopographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 11, 2022 Oct 11, 2022

Bonjour JR,

J'utilise ce formualire sur windows. Oui c'est un problème d'encadage de caractères.

Une idée ?

Bonne journée. 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 11, 2022 Oct 11, 2022

Voyez les réponses données dans ce sujet, a priori c'est le même problème :

https://community.adobe.com/t5/acrobat-discussions/different-accented-characters-are-rendered-when-c...


Acrobate du PDF, InDesigner et Photoshopographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 11, 2022 Oct 11, 2022

Merci JR pour cette réponse. Dans mon cas, la police Helvetica ne résolvait pas le probleme. J'ai mis la solution à la suite pour les autres.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 11, 2022 Oct 11, 2022

Gràce au support de l'entreprise Gowizyou, j'ai obtenu la réponse.

La voici pour un partage à la communauté :

Dans le boutone "Soumettre" du formulaire PDF, créer un javascript pour chaque entrée du formualaire qui est envoyé dans le Google Forms.

fannyl84170380_0-1665491393132.png

 

voici le script :
var valeur1=encodeURI(this.getField("entry.7777777777").value);
app.launchURL("https://docs.google.com/forms/d/e/ID_GOOGLE_FORMS/formResponse?usp=pp_url&entry.7777777777=" + valeur1);
Voila. 
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 11, 2022 Oct 11, 2022
LATEST

Great!!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines