Zen Follower
- Join Date:
- Feb 2008
- Location:
- Washington State
- Posts:
- 230
- Plugin Contributions:
- 0
Required stop working
attribute used to be txt_1 and now is labeled as TEXT_PREFIX1 in the source code of the product page.
Issue:
No form validation for the attribute field that is setup with REQUIRED.
I found this link to another person's forum post asking the same question back in Dec. 2007 with no reply: http://www.zen-cart.com/forum/showpost.php?p=472144&postcount=1
Any help would be great as my store no longer checks to make sure there is a needed value present.
Now looks like this: (no Required action)
<input type="text" name="id[TEXT_PREFIX1]" size="32" maxlength="32" value="" id="attrib-1-0" />
Was this: (Required action)
<input type="text" name="id[txt_1]" size="32" maxlength="32" value="" id="attrib-1-0" />
Please assist as I can't locate an answer. Thank you