I use Business Multisite v 8.5.3. - I changed the prompt on one of the user definable fields available within Design/Text/Website(cont)/Invoice address. This was Invoice User Defined or InvoicePrompt14 (phase 0 ID 14). It works although if the customer checks this option, it appears in Data Entry Report as [NOT USED] - CHECKED and I would like the entry in Data Entry Report to reflect the actual question asked eg "Agree to receive Marketing Info - Checked". The line [NOT USED] - CHECKED appears above User Defined in the Invoice Address box on Data Entry Report.
I've tried changing various prompts within Order Processing Reports/Data Entry all to no avail (and also within Packing List and Invoice) - can anyone help? Thanks.
Current Layout code for Invoice User Defined (InvoicePrompt014)
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Required%22%20%2f%3e" /><span class="actrequired"></actinic:block>
<Actinic:Variable Name="InvoicePrompt014"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Required%22%20%2f%3e" />*</span></actinic:block>
</td>
<td>
<input type="checkbox" name="INVOICEUSERDEFINED" value="CHECKED" <Actinic:Variable Name="InvoiceUserDefined"/>>
</td>
I've tried changing various prompts within Order Processing Reports/Data Entry all to no avail (and also within Packing List and Invoice) - can anyone help? Thanks.
Current Layout code for Invoice User Defined (InvoicePrompt014)
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Required%22%20%2f%3e" /><span class="actrequired"></actinic:block>
<Actinic:Variable Name="InvoicePrompt014"/>
<actinic:block if="%3cactinic%3avariable%20name%3d%22InvoicePrompt014Required%22%20%2f%3e" />*</span></actinic:block>
</td>
<td>
<input type="checkbox" name="INVOICEUSERDEFINED" value="CHECKED" <Actinic:Variable Name="InvoiceUserDefined"/>>
</td>
Comment