Forminator Conditionals Not Working Properly
-
Hello! I’ve been having real trouble with creating a Grade calculator for a medical school. I know it’s a bit ambitious for a form builder but it’s been going really well until this last step that doesn’t work for the life of me.
So the form consists of many “select” dropdowns, where students can select their grades, afterwards, they go in calculators, where they are multiplied by their credits (aka. their weight) and divided by the total credits on the semester/year.
I’m using a php/js code that allows me to save the filled form locally and fill back the form automatically once the user is back on the site without them having to refill it.
Here is the code i used for that:
https://codefile.io/f/PR1Gq2cfuY
The problem is that there are certain classes that are either in the first or the second semester, so students need to choose which semester to add that class in, which I managed to do through conditional “Hide ifs”.
The problem is that after automatically filling the forms when the page loads, it does not register the semester choices, which puts all the swapable classes in the first semester and I have to choose semesters again for the form to function properly.
Could anyone please help me figure out a way to make the form identify those hideifs properly? Is there any way to make the form aware of those conditional logic once the form is automatically filled? Some sort of refresh function?The page I need help with: [log in to see the link]
- The topic ‘Forminator Conditionals Not Working Properly’ is closed to new replies.