1. ahegazi75
  2. Support
  3. Saturday, June 25 2016, 11:27 AM
Please, I have 2 selected field, need the second select filed filtered base the first select field choice,
for ex. First select (Education Type) have 2 option [General Edu] and [Tech Edu], then when select and option, the next select field appear only options related edu type.
admin Accepted Answer
Admin
Hi,
sorry for late reply, it's a weekend for and our offices are closed.

This is possible only when you get options from DB (i.e. Country->State->City, see video at https://www.youtube.com/watch?v=QNGiTKNbbsY and screenshot). Otherwise this is not possible, you can manage this with conditions and many select fields, for example:

Create 3 select fields
1. Select "Education Type" have 2 option [General Edu] and [Tech Edu]
2. Select "Options related to General Edu"
3. Select "Options related to Tech Edu"
On first select you can set 2 conditions:
- if equal to custom value "General Edu" show select field "Options related to General Edu"
- if equal to custom value "Tech Edu" show select field "Options related to Tech Edu"

Result is, if you select "General Edu" option you will see a select only related to "General Edu", if you select "Tech Edu" option you will see a select only related to "Tech Edu"
Attachments (1)
  1. more than a month ago
  2. Support
  3. # 1
ahegazi75 Accepted Answer
Thank you for your support,

Please, any way to view schools list base the student degree,
for ex. I have read only field "degree", and if this filed > 280 need to see some school list, and if "degree" > 260 need to show another schools list.

if student select General Edu, no add option required.
if student select Tech Edu:
student have > 280 degree will see [school 1 ,2 ,3 ,4], student have >260 degree will see [school 2,3,4], student have 230 degree will see [school 3, 4, 5] only.
  1. more than a month ago
  2. Support
  3. # 2
admin Accepted Answer
Admin
Hi,
Sorry, but with Easy Profile you can't control to show/hide option. in your case you need to work with some workaround, for example in addition to degree field you can create another field like degree range, this field can be a select field with 3 options:
280|280+
260|260+
230|230+

you can add conditions to show/hide 3 select list with differents options.

This can work but in my opinion this is not a good way. We recommend to add some Javascript code to show/hide options in 1 select. But this way require many Javascript knowledge.
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.