Plugin Author
YOP
(@yourownprogrammer)
there’s a special block for custom fields …
[CUSTOM_FIELDS]
%CUSTOM_FIELD_NAME% – %CUSTOM_FIELD_VALUE%
[/CUSTOM_FIELDS]
Hope this helps.
gr8 thanx!-) u shd have dox online
i’m a little unclear on what exactly is the CUSTOM_FIELD_NAME
i see in the source
<div class="basic-element basic-custom-field" data-id="" data-type="custom-field" data-required="">
<div class="basic-custom-field-title">
<label>lot # / street address</label>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<input type="text" name="cfield[]" class="basic-input-text form-control" data-type="cfield">
</div>
</div>
should CUSTOM_FIELD_NAME be subscripted? dox w/examples would be nice;-)
Plugin Author
YOP
(@yourownprogrammer)
Based on the example you’ve included, CUSTOM_FIELD_NAME should be lot # / street address
oh wait…it doesn’t display the custom field label:
%CUSTOM_FIELD% simply echoes %CUSTOM_FIELD%
Plugin Author
YOP
(@yourownprogrammer)
You mentioned %CUSTOM_FIELD%
But it should be %CUSTOM_FIELD_NAME%
Which one are you using?