Skip to main content
Participant
March 6, 2022
Answered

téléphone dans un formulaire

  • March 6, 2022
  • 2 replies
  • 2192 views

Bonjour

Je suis en train de mettre en place un formulaire pour mon activité

J'aurais besoin d'une lisibilité sur les numéro de téléphone indiqué dans le formulaire.

Je souhaiterais par exemple pouvoir saisir un numéro de type 0102030405 et que lors de la validation , il apparaissent de la facon suivante : 01 02 03 04 05 .

Est t'il possible de mettre ca en place. eventuellement via un script ou autre.

Merci de vos lumieres

 

This topic has been closed for replies.
Correct answer try67

I assume you use Acrobat, not the free Reader, as you can't create forms there (unless you use a script).

To do what you described you can use the Special - Arbitrary Mask option under the Format tab of the field.

As the mask enter the following:

99 99 99 99 99

When the user enters "0102030405" the spaces will be added automatically after each second digit.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 7, 2022

I assume you use Acrobat, not the free Reader, as you can't create forms there (unless you use a script).

To do what you described you can use the Special - Arbitrary Mask option under the Format tab of the field.

As the mask enter the following:

99 99 99 99 99

When the user enters "0102030405" the spaces will be added automatically after each second digit.

Participant
March 7, 2022

merci a vous try67, ca fonctionne parfaitement. Fallait le savoir.

Bonne journée

Bernd Alheit
Community Expert
Community Expert
March 7, 2022

You can't change the form with Acrobat Reader.