Skip to content

Commit

Permalink
show fields for researcher to fill on step 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Apr 11, 2023
1 parent a1bc569 commit a364f35
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,18 @@ class NewflowUi.EducatorComplete
@please_fill_out_total_num.hide()

@onHowUsingChange()
else if ( @findOrLogNotFound($(document), '#signup_educator_specific_role_administrator').is(':checked') && @checkSchoolNameValid() )
else if (@findOrLogNotFound($(document), '#signup_educator_specific_role_researcher').is(':checked') && @checkSchoolNameValid())
@how_chosen.show()
@how_using.show()

@other_specify.hide()
@books_used.hide()
@total_num_students.hide()
@please_select_chosen.hide()
@please_select_using.hide()

@onHowUsingChange()
else if ( @findOrLogNotFound($(document), '#signup_educator_specific_role_administrator').is(':checked') && @checkSchoolNameValid())
@how_chosen.show()
@how_using.show()

Expand Down

0 comments on commit a364f35

Please sign in to comment.