On this site:
http://lupineproducts.com/site/users/
I am trying to add items for a user....
The "User 1" label I cannot get down below "Your Title"....been at this for about two hours.
Also...the "Department" label is not showing up like the other labels for the fields....
I put my code below...anyone give me pointers really help me save on my sleep!
<label>In order to process your request (and contact you if any questions as well as confirm), please enter your information below:
</div>
</div>
<div class="half left">
<label>Your Name</label><div class="input-box">
[text* YourName class:input-text class:radius]
</div>
</div>
<div class="half right">
<label>Your Email</label><div class="input-box">
[text* Email class:input-text class:radius]
</div>
</div>
<div class="half left">
<label>Company Name</label><div class="input-box">
[text* Company class:input-text class:radius]
</div>
</div>
<div class="half right">
<label>Your Phone</label><div class="input-box">
[text* Phone class:input-text class:radius]
</div>
</div>
<div class="half left">
<label>Your Title</label><div class="input-box">
[text* Title class:input-text class:radius]
</div>
</div>
<div class="half left">
<label>User 1
</div>
</div>
<div class="half left">
<label>Department</label><div class="input-box">
[select Department multiple "Sales" "Marketing" "Human Resources" "Customer Support" "Customer Service" "Vendor/Product Management"]
<div class="item">
<label>Any Information To Add</label><div class="input-box">
[textarea your-message class:input-text class:radius ]
</div>
<label>[captchac your-captcha]
Enter the code (not putting code in, nothing will happen): [captchar your-captcha]</label>
<label><font color ="00252"><u><font color =FF690B">User Agrees to Lupine's Terms of Service
<div class="item a-right">
<div class="button"><span>[submit "Submit"]</span></div>
</div>
[Please post code or markup between backticks or use the code button. Or better still - use a pastebin. Your posted code may now have been permanently damaged/corrupted by the forum's parser.]