preorder form caught up with api now
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
<?php if(array_key_exists("interest", $campaign->types)): ?><option value="interest" <?=($preorder->type == "interest") ? "selected='selected'" : ""?>>Interessensbekundung</option><?php endif; ?>
|
||||
<?php if(array_key_exists("provision", $campaign->types)): ?><option value="provision" <?=($preorder->type == "provision") ? "selected='selected'" : ""?>>Vorsorgeanschluss</option><?php endif; ?>
|
||||
<?php if(array_key_exists("order", $campaign->types)): ?><option value="order" <?=($preorder->type == "order") ? "selected='selected'" : ""?>>Vollanschluss</option><?php endif; ?>
|
||||
<?php if(array_key_exists("reorder", $campaign->types)): ?><option value="reorder" <?=($preorder->type == "reorder") ? "selected='selected'" : ""?>>Nachbestellung</option><?php endif; ?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -108,9 +109,9 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-lg-2 col-form-label" for="connection_count">Anzahl Anschlüsse *</label>
|
||||
<label class="col-lg-2 col-form-label" for="connection_count">Anzahl Anschlüsse</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" class="form-control" name="connection_count" id="connection_count" value="<?=$preorder->connection_count?>" />
|
||||
<input type="text" class="form-control" name="connection_count" id="connection_count" value="<?=$preorder->connection_count?>" placeholder="1" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user