For some reason, there is an inline css element display: none. If I get rid of that, it displays. Why would that appear?
I found this snippet in form_display.php:
//Hidding entire form if conditional logic is on to prevent "hidden" fields from blinking. Form will be set to visible in the conditional_logic.php after the rules have been applied.
$style = self::has_conditional_logic($form) ? "style='display:none'" : "";
That looks like the source of the inline css, but there is no "conditional_logic.php" file that the comment is referring to.
I also notice that some of the buttons in the editor for this form are not working such that I cannot edit this form.
Posted 12 years ago on Tuesday May 22, 2012 |
Permalink