mirror of https://github.com/itflow-org/itflow
parent
9fd57cef43
commit
a8f3b0fed1
|
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
<select class="form-control select2" name="type" required>
|
<select class="form-control select2" name="type" required>
|
||||||
<option value="">- Select a field type -</option>
|
<option value="">- Select a field type -</option>
|
||||||
<option <?php if($custom_field_type == 'text') { echo "selected"; } ?> value="text">Text</option>
|
<option <?php if ($custom_field_type == 'text') { echo "selected"; } ?> value="text">Text</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue