I have a partial setup with the placid code inside of it, and the entire partial is supposed to turn on/off based on an IF condition.
The issue is that placid seems to parse its requests before the IF tags are parsed, so the page will perform the request even though I don't want it to until the IF conditions are met.
I have a partial setup with the placid code inside of it, and the entire partial is supposed to turn on/off based on an IF condition.
The issue is that placid seems to parse its requests before the IF tags are parsed, so the page will perform the request even though I don't want it to until the IF conditions are met.