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

Locking a dropdown after selection

Community Beginner ,
Mar 26, 2021 Mar 26, 2021

Copy link to clipboard

Copied

All I need to do is lock a dropdown after the choice has been made. It's not dependent on any other selections whatsoever. They just want you make a choice from the dropdown once, lock that dropdown and continue on with the rest of the form. Regardless of whether this is a good idea or not is irrelavent as I'm just doing what I've been asked to do.

Surely there is a simple solution for this that I'm just not getting. I'm not a programmer and know just enough to get myself into trouble. 

Suggestions?

TOPICS
JavaScript , PDF forms

Views

179

Translate

Translate

Report

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 ,
Mar 26, 2021 Mar 26, 2021

Copy link to clipboard

Copied

LATEST

As the custom validation script of the field enter this code:

event.target.readonly = true;

Votes

Translate

Translate

Report

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