Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to make Yes/No field populate elsewhere?

Eli Hurst
Kilo Contributor

I have a Yes/No variable, and the entry needs to get populated in 2 Yes/No read-only boxes farther down the form. Is there a simple script to make this happen?

1 ACCEPTED SOLUTION

Good point! It's a Yes/No field so there's only 2 choices so that'll do.

Need to check "Reverse if false" in that case.

View solution in original post

12 REPLIES 12

Good point! It's a Yes/No field so there's only 2 choices so that'll do.

Need to check "Reverse if false" in that case.

Mairvette Tucke
Tera Contributor

I have something similar, would appreciate some assistance on showing me what I'm doing wrong. 🙂
I've tried it several ways.

 

Using a client script.

Two fields. If variable1 is 'Yes', variable2 is 'No', vise versa.

I've got it working one direction (variable1 only), not the opposite (for variable2).

I also need to clear the fields when '-- None --' is selected for either variable (variable1 or variable2).

 

MairvetteTucke_0-1682020734387.png

 

 

Hemant Kumar Ch
Kilo Sage

Try Putting if(newValue == ' ');