Dropdown visible only for users NOT logged in
-
Hi
Today we got an order from an existing user and there was no data re ‘How did you hear about us?’. I checked it and the field is only there when the user is NOT logged in. Is there a way to link the field to an order as opposed to a user? Thanks.
User logged in and field NOT visible
=========================================
<div class=”woocommerce-shipping-fields”>
</div>
<div class=”woocommerce-additional-fields”>
<h3>Additional information</h3>
<div class=”woocommerce-additional-fields__field-wrapper”>
</div>
</div>
</div>
</div>
<h3 id=”order_review_heading”>Your order</h3>
=========================================User NOT logged in and field visible
=========================================
<div class=”woocommerce-shipping-fields”>
</div>
<div class=”woocommerce-additional-fields”>
<h3>Additional information</h3>
<div class=”woocommerce-additional-fields__field-wrapper”>
</div>
<p class=”form-row wchau-source form-row-wide validate-required” id=”wchau_source_field” data-priority=””><label for=”wchau_source” class=””>Where did you hear about us? <abbr class=”required” title=”required”>*</abbr></label><select name=”wchau_source” id=”wchau_source” class=”select ” data-placeholder=””>
<option value=”empty”>– Choose an option –</option><option value=”college-advertising”>College advertising
</option><option value=”facebook”>Facebook
</option><option value=”google”>Google
</option><option value=”referral-from-colleague”>Referral from colleague
</option><option value=”twitter”>Twitter
</option><option value=”other”>Other</option>
</select></p><p class=”form-row validate-required” id=”wchau_source_field” data-priority=””><label for=”wchau_source” class=””>Other <abbr class=”required” title=”required”>*</abbr></label><input type=”text” class=”input-text ” name=”wchau_source” id=”wchau_source” placeholder=”” value=””/></p></div>
</div>
</div>
<h3 id=”order_review_heading”>Your order</h3>
- The topic ‘Dropdown visible only for users NOT logged in’ is closed to new replies.