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

required field

Participant ,
Apr 20, 2017 Apr 20, 2017

Copy link to clipboard

Copied

Looking for some code I had....on submit it tests for required fields. if there is an * in the tool tip field, then it is required.

Used to have it, lost a lot of docs when pc fried.

TOPICS
PDF forms

Views

669

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
1 ACCEPTED SOLUTION
Community Expert ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

No, but it shouldn't be too difficult to implement.
Search the forums for validation of required fields (I posted this code many times in the past), and then add this condition to it:

(f.userName=="*")

View solution in original post

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
Participant ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

Added to original Question. I had a Jscript in a button to submit to an email. It checked for required fields.
I had to put an (*) asterisk in the tooltip field properties of the field. Then it worked.

Is anyone familiar with that script?

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
Community Expert ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

No, but it shouldn't be too difficult to implement.
Search the forums for validation of required fields (I posted this code many times in the past), and then add this condition to it:

(f.userName=="*")

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
Participant ,
Apr 24, 2017 Apr 24, 2017

Copy link to clipboard

Copied

LATEST

Thanks, I will look again. Already did look for quite a while. Problem, lost a HD with tons of training on it.

Thanks

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