Help with my form?

trondan

New Member
Hi! I have a contactform validated php...
When you type in letters in the phone field there is an error that tells you that you are only allowed to use numbers.

To my problem... when this error end the other arises they are in times new roman and behind the form.. how can i get these in a pop up or something like that!?

Help is appreciated!
 
Need more information to give you a good reply. Basically though, PHP can't send an alert to the client browser since the code runs on the server. If this is some kind of contact form you found online, you might try emailing the developer, or finding a better one. Sounds like it wasn't well designed if what you are saying is true...
 

nafirici

New Member
you could also add javascript validation to the front end, but don't remove the php validation because javascript can always be turned off.
 
Top