Shopping Cart variation...

This WebDNA talk-list message is from

1997


It keeps the original formatting.
numero = 14895
interpreted = N
texte = Good Day All,I have added a few features that take advantage of the shopping cart on a site I am developing.I allow the user to add text to a page for items such as Contractors Name, Home Owners Name, etc. This works fine from the form in which this info is added to the page on which it displays. But I also wanted to allow the user to change the text if it is incorrect.So, I added a link back to a form similar to the one in which the info was originally entered. The fields, [contractor] and such, are in the header of the CART, right? And they should show up in the fields if I do something like this:Contractor: This seems as if it should work, BUT if the contractor's name is more than one word such as Duffy Home Builders, then the text is truncated in the input field to just Duffy.I changed the method on the form that submits the values to this page from post to get to see what is being pass on to this form. The complete value, Duffy Home Builders, is entirely there. What is causing this truncation and how can I stop it?I have looked at the documentation and I can't find anything that will help me. I tried [URL][contractor][/URL]. But this convertedDuffy Home Builders to Duffy%20Home%20Builders and left it that way. [input][contractor][/input] does nothing and