Hi Folks, I want create a custom HTML page where folks can input shipping/registration information in custom fields and that information be submitted to me for processing. HERE is an example of what I am looking for. Anyone have any suggestions? Thanks in advance for you help. Marc MEGA
Thats fairly simple, although might be a bit harder to implement it on the backend. Really though its just some html input fields plus some backend processing. The hardest way would be if you want it integrated with a cms, otherwise it could be done as simply as saving out a text file. Although depending on the cms it might be easy to add extra fields if there is already some mechanism to handle the data. Basically determining the best solution requires more information.
Thanks for your reply. All I need is some way for someone to enter information, and then submit it to me. I do not need a datatbase or CSM integration.