Answer / Solution: You can customize the order processing page to add your own special questions for the customer to answer when completing the order. You can do this as a first-time customer, or every time they complete an order in the system
If the input type is Dropdown, you need to supply the list of possible options. To do this, you go to the Custom Fields Dropdown Values (blue tab) and add in all of the desired possible answers (don't forget to include an "Other" option) As you add each possible option, make sure you set the "Custom_Fields_ID" to the ID of the field you picked in the first step (usually in the range of 1-10). One final note: you might sometimes want to include a link to some other page on your site as part of the prompt to the user, so you do have the option of including HTML in the question above. For example, if you're adding an "Agree to terms" question, you might add a " (Click here for our terms)" to the end of the question. To do so, possible HTML you might use for the question might be: I agree to the terms for this site <a href="/terms.asp" target="_blank">(click here for our terms)</a> If this procedure is properly followed, you will then see that question (pop-out, text, or checkbox) on the order processing screen. |