How The World Sells On-Line
Cart ManagerFeaturesMallContact usCompatible Services

Login
Free Demo
Resellers
Support
Policies



Help Search our knowledge base:

Index - FAQ - Misc

 Details
Frequently Asked
Question (FAQ)

Document Number: 622

Optimize for Printing
E-Mail This Link

 Feedback
This document ...
helps resolve my question or problem.
does not apply to my question or problem.
is inaccurate for my question or problem.
May I setup an error message if the customer does not fill in a required piece of text?

Yes, you can.

For example if your text input was:

<input type="text" name="VARName">

you could put the following into your form:

<input type="hidden" name="VARName_undefined" value="ERROR: please enter your name">

If the customer forgot to enter their name the cart would display a message informing them of the fact.