I need a script, or something

taty

New Member
I have a client that has three small products. He wants anyone visiting his site to be able to type their name on the products so they can see it before they order. Maybe a Dog Tag Generator.

Any suggestions on how to do this would be greatly appreciated.
Thanks in advance

taty
 
Last edited:

webstudent123

New Member
2 plugins

with wordpress there are two ajax based plugins direct easy install.. I am checking now for the exact names, but if I dont get back look for them. If you dont know wordpress.. it is simple.
 

ekim941

New Member
You could use a form with no action attribute and a simple text input. When the user clicks "submit", use javascript to take the value they entered in the text box and display it in a transparent div that is placed over the image of the product. using innerHTML
 
Top