I am following up from a support ticket from January, 2018.
#602474, #602522, #602802, #602835
The question was well answered and the project (still in development due to some unavoidable delays) has been progressing. However, I am now getting a message about a line of code in the form which is "legacy". This is the line in question:
[cred_field field='_wpcf_belongs_max-office_id' value='' order='date' ordering='desc' select_text='search dropdown' class='form-control' output='bootstrap' style="padding-bottom:1em;height:43px;"]
Here is the whole form:
<div class="row" style="background-color:#d9d9d9;">
<div class="col-sm-4">
</div>
<div class="col-sm-4">
<img style="padding-bottom:10px; padding-top:10px; background-color:#d9d9d9;" src="/wp-content/uploads/2018/02/max-employment-logo-300.png">
</div>
<div class="col-sm-4">
</div>
<hr>
</div>
[credform class='cred-form cred-keep-original']
[cred_field field='form_messages' value='' class='alert alert-warning']
<div style="background-color:#e8e8e8;">
<div class="row" style="background-color:#e8e8e8;margin-top:10px;margin-bottom:10px;">
<div class="col-sm-3" style="height:90px;">
<div class="form-group">
<label>MAX Order No</label>
[cred_field field='post_title' post='max-order' value='' urlparam='' class='form-control' output='bootstrap' placeholder="enter Purchase Order No"]
</div>
</div>
<div class="col-sm-3" style="height:90px; background-color:#e8e8e8;">
<div class="form-group" style="height:43px !important;">
<label>Select Office</label>
[cred_field field='_wpcf_belongs_max-office_id' value='' order='date' ordering='desc' select_text='search dropdown' class='form-control' output='bootstrap' style="padding-bottom:1em;height:43px;"]
</div>
</div>
<div class="col-sm-3" style="height:90px; background-color:#e8e8e8;">
<div class="form-group">
<label>Approved By:</label>
[cred_field field='person-approving' post='max-order' value='' urlparam='' class='form-control' output='bootstrap']
</div>
</div>
<div class="col-sm-3" style="height:90px; background-color:#e8e8e8;">
<div class="form-group">
<label>Approver's Role:</label>
[cred_field field='approvers-role' post='max-order' value='' urlparam='' select_text='-- select a role --' class='form-control' output='bootstrap']
</div>
</div>
</div>
<!-- <h3 class="max-order-subheading">BUSINESS CARDS</h3> -->
<div class="row" style="background-color:#e8e8e8;border-top:1px white solid;border-bottom:1px white solid;">
<!-- Data for Person 1's Business Card -->
<div class="col-sm-3" style="border-right: 1px solid white;" >
<div class="form-group">
<label>Business Card 1</label>
[cred_field field='name-1' post='max-order' value='' urlparam='' class='form-control' output='bootstrap' placeholder='name'] <br/>
<!-- <label>Role</label> -->
[cred_field field='role-1' post='max-order' value='' urlparam='' select_text='-- select a role --' class='form-control' output='bootstrap'] <br/>
<!-- <label>Email</label> -->
[cred_field field='email-1' post='max-order' value='@maxemployment.com.au' urlparam='' class='form-control' output='bootstrap'] <br/>
<!-- <label>Mobile No</label> -->
[cred_field field='mobile-1' post='max-order' value='' urlparam='' select_text='-- select a role --' class='form-control' output='bootstrap' placeholder='mobile number']
</div>
</div>
<!-- Data for Person 2's Business Card -->
<div class="col-sm-3" style="border-right: 1px solid white;">
<div class="form-group">
<label>Business Card 2</label>
[cred_field field='name-2' post='max-order' value='' urlparam='' class='form-control' output='bootstrap' placeholder='name'] <br/>
<!-- <label>Role</label> -->
[cred_field field='role-2' post='max-order' value='' urlparam='' select_text='-- select a role --' class='form-control' output='bootstrap'] <br/>
<!-- <label>Email</label> -->
[cred_field field='email-2' post='max-order' value='' urlparam='' class='form-control' output='bootstrap'] <br/>
<!-- <label>Mobile No</label> -->
[cred_field field='mobile-2' post='max-order' value='' urlparam='' select_text='--- not set ---' class='form-control' output='bootstrap' placeholder='mobile number']
</div>
</div>
<!-- Data for Person 3's Business Card -->
<div class="col-sm-3" style="border-right: 1px solid white;">
<div class="form-group">
<label>Business Card 3</label>
[cred_field field='name-3' post='max-order' value='' urlparam='' class='form-control' output='bootstrap' placeholder='name'] <br/>
<!-- <label>Role</label> -->
[cred_field field='role-3' post='max-order' value='' urlparam='' select_text='-- select a role --' class='form-control' output='bootstrap']<br/>
<!-- <label>Email</label> -->
[cred_field field='email-3' post='max-order' value='' urlparam='' class='form-control' output='bootstrap'] <br/>
<!-- <label>Mobile No</label> -->
[cred_field field='mobile-3' post='max-order' value='' urlparam='' select_text='--- not set ---' class='form-control' output='bootstrap' placeholder='mobile number']
</div>
</div>
<!-- Data for Person 4's Business Card -->
<div class="col-sm-3">
<div class="form-group">
<label>Business Card 4</label>
[cred_field field='name-4' post='max-order' value='' urlparam='' class='form-control' output='bootstrap' placeholder='name'] <br/>
<!-- <label>Role</label> -->
[cred_field field='role-4' post='max-order' value='' urlparam='' select_text='-- select a role --' class='form-control' output='bootstrap']<br/>
<!-- <label>Email</label> -->
[cred_field field='email-4' post='max-order' value='' urlparam='' class='form-control' output='bootstrap'] <br/>
<!-- <label>Mobile No</label> -->
[cred_field field='mobile-4' post='max-order' value='' urlparam='' select_text='--- not set ---' class='form-control' output='bootstrap' placeholder='mobile number']
</div>
</div>
</div>
<!-- <h3 class="max-order-subheading">STATIONERY</h3> -->
<div class="row" style="background-color:#e8e8e8; margin-top:10px; margin-bottom:10px;">
<div class="col-sm-3">
<div class="form-group">
<label>Letterhead</label>
[cred_field field='letterhead' post='max-order' value='' urlparam='' select_text='--- not set ---' class='form-control' output='bootstrap']
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<label>With-Comps</label>
[cred_field field='with-comps' post='max-order' value='' urlparam='' select_text='--- not set ---' class='form-control' output='bootstrap']
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<label>C5 Envelopes</label>
[cred_field field='c5-envelopes' post='max-order' value='' urlparam='' select_text='--- not set ---' class='form-control' output='bootstrap']
</div>
</div>
<div class="col-sm-3">
<div class="form-group">
<label>D5 Envelopes</label>
[cred_field field='d5-envelopes' post='max-order' value='' urlparam='' select_text='- D5 Envelopes -' class='form-control' output='bootstrap']
</div>
</div>
</div>
<div class="row" style="background-color:#e8e8e8; margin-top:10px;">
<div class="col-sm-3">
[cred_field field='form_submit' value='Submit' urlparam='' class='btn btn-primary btn-lg' output='bootstrap']
</div>
</div>
</div>
[/credform]
What is the best way to resolve this?
Many, many thanks,
Doug
====