Index
Order Types
Responding to Your Customers
Custom Messaging
Securing Your Web Pages
Testing Your Web Pages
Broadcast Email
Secure Secondary Posting
Additional Processing
Netcentives
Tags
FAQs

Frequently Asked Questions

 

ITPS Order Forms
There are a few misunderstandings regarding ITPS and the construction of order forms. Here are the facts regarding some of the more common issues.
QuestionAnswer
Are form tags case sensitive? ITPS 2.0 is case insensitive. Keep in mind this is not true for any JavaScript on your pages though! On your form, we recommend you capitalize to increase readability.
Are ITPS replies secure? ITPS replies are secure if the calling form used the HTTPS protocol in the form action. If the browser's security icon is not activated, check for unsecured images (those with URL's not using 'HTTPS'). Note that at this time, replies hosted on your server using the iClientResponse tags ARE NOT SECURE.
Why doesn't ITPS handle Radio and CheckBox input fields where no default is selected? The browser doesn't actually send these types of HTML input fields to ITPS (or any CGI) if they aren't selected.
One method to avoid problems when using these type input fields with required tags is to select a default using the appropriate attribute (selected or checked).
Do NOT add a hidden field with the default value to the form, because in the event, the user does select a value, ITPS will receive two name/value pairs and concatenate the values. This will almost certainly produce the dreaded (and user unfriendly) "Page Construction Error".