Hi,
I just created a new form using 5.0.9 and the setup page is completely blank (see screenshot below). I'm using simple setup mode.
The strange thing is, I have an existing simple setup mode form made using an earler version of 5.x and the setup tab is displaying correctly for that one.
Here is the screen shot
[attachment=0]chrono.jpg[/attachment]
Here is the tab HTML:
<div class="tab-content">
<div id="general" class="tab-pane" style="display: none;">
<div id="form-code" class="tab-pane" style="display: none;">
<div id="layout-wizard" class="tab-pane" style="display: none;">
<div id="events-list" class="tab-pane active" style="display: block;">
<div id="boxes-container" class="container" style="width:100%;">
<div class="row">
<div class="panel panel-success">
<div class="panel-heading">
<div class="panel-body">
<div class="tab-content"> </div>
</div>
</div>
</div>
<div class="row" style="display:none;">
</div>
</div>
I just created a new form using 5.0.9 and the setup page is completely blank (see screenshot below). I'm using simple setup mode.
The strange thing is, I have an existing simple setup mode form made using an earler version of 5.x and the setup tab is displaying correctly for that one.
Here is the screen shot
[attachment=0]chrono.jpg[/attachment]
Here is the tab HTML:
<div class="tab-content">
<div id="general" class="tab-pane" style="display: none;">
<div id="form-code" class="tab-pane" style="display: none;">
<div id="layout-wizard" class="tab-pane" style="display: none;">
<div id="events-list" class="tab-pane active" style="display: block;">
<div id="boxes-container" class="container" style="width:100%;">
<div class="row">
<div class="panel panel-success">
<div class="panel-heading">
<div class="panel-body">
<div class="tab-content"> </div>
</div>
</div>
</div>
<div class="row" style="display:none;">
</div>
</div>