PDA

View Full Version : HTML forms that need a PHP verification box


techexpressinc
07-22-2009, 02:10 PM
I have a handful of web sites with HTML forms and I am getting spam.

I would like to add a PHP verification box to the form.

Is this possible? without switching the whole form to a PHP form?

Thanks
Rneuman@ Scaninc.org

techexpressinc
07-23-2009, 03:21 PM
Can you help me on how to install the simple math PHP code to Stop
the form submission?

I am guessing, it is a php "call" execute somehow integrated with post I have now, but I am confused how to intermix it??

This is what I have now:

[CODE]
<form method="POST" onsubmit='return formValidator()'

action="../_vti_bin/shtml.exe/join/join.htm" webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="../_private/form_results2.csv" S-

Format="TEXT/CSV" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="russ@techexpressinc.com

neumans2000@yahoo.com" B-Email-Label-Fields="TRUE" S-Builtin-Fields startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot

bot="SaveResults" i-checksum="43374" endspan -->and

adrianTNT
07-23-2009, 11:02 PM
I think is easier to just replace it, I don't know how previous form worked but I don't think the two are compatible, it doesn't worth the effort, is best to replace it.

techexpressinc
07-27-2009, 07:28 PM
I am think a iframe which has the PHP form for all the data and the verifcation box.
Russ

adrianTNT
07-27-2009, 10:01 PM
That can work too, somerhting like

<iframe src="contact_index.php" width="500" height="500"></iframe>

Lifeiq
07-28-2009, 06:31 PM
Is there anybody in the forum who can help me with forms on the web.
I have a complication i cannot handle and it is very urgent.
I need to design a form that will accept login in request from new users with verification code and at the same time store it in a database for future recognition of the same person and also to be able to notify them periodically as to the length of time remaining for their subscription.
Please if you know how i can do this, it is extrememly urgent.
Regards.