I have CustomerCompanySupport activated and do get a dropdown when I want to assign a Customer in the Agent/Admin Frontend. I would like the same for the Customer in his frontend.
So I'd have:
Title:
Name:
Lastname:
E-Mail:
Company: <Dropdown with available CustomerIDs>
For the Registration
Any Idea/Hint or Solution is greatly appreatiated.
Here is my attempt at the code but I need to convert this into a <select> this is in the CustomerLogin.dtl
Code: Select all
<div class="NewLine">
<label class="Mandatory" for="UserCustomerID"><span class="Marker">*</span> $Text{"CustomerID{CustomerUser}"}</label>
<input title="$Text{"Library Name"}" name="UserCustomerID" type="text" id="UserCustomerID" maxlength="100" value="$QData{"UserCustomerID"}" class="W50pc Validate_Required"/>
<div id="LastNameError" class="TooltipErrorMessage"><p>$Text{"Please supply a last name"}</p></div>
</div>