Announcement

Collapse
No announcement yet.

Making fields on contact forms fixed so they can't be edited

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Making fields on contact forms fixed so they can't be edited

    We are utilising an 'Ask A Question About This Product' feature and the problem we are experiencing is that the customer tends to edit the Product Name field so that we can't tell exactly which product the are referring to.

    We have tried taking the field away, but then there is nothing on the form coming through to us to tell us which product it is.

    Does anyone now how I can fix the field so it can't be edited?

    My code for this field is:

    <label for="product" style="font-size:12px">Product Name : </label>
    <input name="productname" id="productname" type="text" tabindex="3" />

    Thanks :-)
    ArtyMiss
    www.artymiss.co.uk
    Card Making & Craft Materials

    #2
    Add the attribute readonly to that input tag.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X