1
因爲我使用這樣的:驗證長度我收到錯誤消息:
Text length does not satisfy specified text range
,但我想改變這個消息:
「Zip code is not servicable
」
<input placeholder="Enter your PIN Code" class="input-text
<?php if ($this->isFieldRequired('postcode')):?>
required-entry
<?php endif;?>
validate-length maximum-length-6 minimum-length-6 validate-digits"
type="text"
id="estimate_postcode"
name="estimate[postcode]"
value="<?php echo $this->htmlEscape($this->getFieldValue('postcode')) ?>"
onkeydown="if (event.keyCode == 13) { return false;}"
/>
我會嘗試這與讓你懂。 – fresher
你有沒有得到它的工作? – Gilko
非常感謝.... – fresher