Hi
I'm not the owner of the app. My colleague is.
We have shared it with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a
The app is called Sante-Celeste. His Appery ID is "a href="mailto:christo@computersetcetera.co.za" rel="nofollow"christo@computersetcetera.co.za/a" Name Christo Du Preez
The form where the problem is is called "DiagnosticDoSelected"
How to get there:
Start Screen - Click "Bypass Login" button.
Next Screen - Click "*Diagnostics" button.
Next Screen - Click "Do Self Diagnostic Test" button.
"Select a Diagnosis" Screen no showing.
Select "Allergies"
Self Diagnosis Screen will open.
Scroll down Screen till Toggle buttons (2 of them):
1) Any signs of Anaphilactic Shock
2) Presence of Blood or Tar in vomit or stool
The 2 Toggles' parent is a Grid called "grid_AilmentSymptomsYN"
There is a grid below this Called "grid_YNAnswers" which contains in this case 2 labels:
1) EMERGENCY : Rush Patient to ER at nearest Hospital ASAP
2) Due to evidence of bleeding please Consult with a Physician as soon as possible!!!
When I toggle one of the Toggle's the JS: evaluateYNtoggle(this); is run
Javascrip file "DoDiagnostic"
PLease excuse allthe commented out stuff.
Line 116 to 133 is where the Appery("grid_YNAnswers").find("div").each(function(e) {....
is and line 135-137 is where I see the results.
I want to SHo or hide the labels as in lines 128-132
Problems are:
I don't get both lables and the Appery(this).hide(); or Appery(this).show() don't do anything.
I hope my explanation is clear.