• Resolved tpedesign

    (@tpedesign)


    Hello. For some reason, my file upload box is repeating itself? No clue where this is coming from. Here is the code that I used to build the form, am I doing something wrong? Thanks for any help!!!

    Date (required)
        [date* quote-date] 
    
    Your Name (required)
        [text* your-name] 
    
    Business Name
        [text business-name] 
    
    Address Line 1 (required)
        [text* address-1] 
    
    Address Line 2
        [text address 2] 
    
    City (required)
        [text* city] 
    
    State (required)
        [text* state] 
    
    Zip Code (required)
        [number* number-264 min:00000 max:99999] 
    
    Phone Number (required)
        [tel* phone-number] 
    
    Your Email (required)
        [email* your-email] 
    
    Due Date (required)
        [date* due-date] 
    
    Is this a repeat order? (required)
        [checkbox* repeat-order exclusive "Yes" "No"]
    
    Apparel Type
        [text apparel-type]
    
    Garment Color
        [text garment-color]
    
    Garment Type
        [checkbox garment-type "Tee-Shirt" "Long Sleeve Tee-Shirt" "Hoodie" "Hat" "Earwarmer" "Blanket" "Jacket" "Polo Shirt" "Other"]
    
    If Garment Type is Other, Please Specify:
        [text other-garment-type]
    
    Sizes Needed:
    
    Youth Small (Quantity)
        [text youth-small-quantity]
    
    Youth Medium (Quantity)
        [text youth-medium]
    
    Youth Large (Quantity)
        [text youth-medium]
    
    Adult Small (Quantity)
        [text adult-small]
    
    Adult Medium (Quantity)
        [text adult-medium]
    
    Adult Large (Quantity)
        [text adult-large]
    
    Adult XL (Quantity)
        [text adult-xl]
    
    Adult 2XL (Quantity)
        [text adult-xxl]
    
    Adult 3XL (Quantity)
        [text adult-xxxl]
    
    Will this be Screen Printed? 
        [checkbox screen-printed exclusive "Yes" "No"]
    
    Number of Colors on Front:
        [text front-colors]
    
    Number of Colors on Back:
        [text back-colors]
    
    Design Location
        [checkbox design-location "Full Front" "Full Back" "Left Chest" "Other"]
    
    If other, please specify [text other-location]
    
    Artwork
        [checkbox artwork exclusive "Providing Artwork" "Need Artwork Done"]
    
    <b>Please note that there must be 12 pieces in order to screen print - Thank you!</b>
    
    Is this embroidery?
        [checkbox embroidery exclusive "Yes" "No"]
    
    Will you be supplying your own design, or will you need design work?
        [checkbox embroidery-design exclusive "Supplying Own Design" "Need Design Done"]
    
    If Supplying Own Design, please upload using the box below:
        [file uploaded-art limit:2mb filetypes:pdf|doc|docx|xls|xlsx|ai|svg|jpg|jpeg|png|bmp]
    
    THANK YOU FOR CHOOSING IZZO'S
    
    Please include any notes about your design, including required colors, or any change you need our artist to make for you before your garments are printed.
        [textarea notes]
    
    [recaptcha]
    
    [submit "Send"]

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘File upload box duplicated?’ is closed to new replies.