English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to create a html form, not a problem, but the problem is i need to asign to every form a diferent number, example, In the form appears 5 fields, name, email, phone, message, and followup code, this number is automatically generated and can't be changed by the user, any idea how can this be done

2006-12-15 05:20:49 · 2 answers · asked by prometeusx00 1 in Computers & Internet Programming & Design

2 answers

Use a PHP script to process the form.

I am certified in PHP and would be glad to help you put one together. Just email me from my profile or with benbur@gmail.com and I will help.

2006-12-15 05:24:27 · answer #1 · answered by Ben B 3 · 0 0

Have the number assigned prior to the HTML being sent, as part of the first message, or have the number assigned as part of the response.

Technically how this is done depends on what you're using on the server side of the house. It would be silly to say use PHP if you don't already have it installed because you'd probably have something else that would work. On the other hand, if you didn't have anything else on the server, there are many options to choose from including PHP, Perl, ASP, etc.

2006-12-15 14:04:37 · answer #2 · answered by BigRez 6 · 0 0

fedest.com, questions and answers