Mail Form
- Started
- Last post
- 9 Responses
- BREWMANCHU
Am I the only designer that struggles with CGI or PHP mail forms every time I design a site?
Any tips, links to Mac wizards or form builders?
- emecks0
PHP mail forms are pretty simple really.
If you can build a form in HTML all you need to do is set the action of the form to the mail script... If you have difficulty with that, not being facetious, perhaps you should get someone to do that for you.
- doesnotexist0
yeah, true, find a developer to do that for you, i hate doing that shit personally.
- Meeklo0
I was actually working on that same thing, I have a flash one that I used on my site, that works, I want to add it to a client site and I can't get it to work, I think the php part works fine, but something is screwed on the fla part.
any plug n play forms out there, something simple name/email/message
- BREWMANCHU0
I have a variety of scripts and I can get into them and edit them, however, I can not create exactly what I want. I found a wizard that works quite well on a PC, but was hoping there would be something for us Mac people.
- emecks0
BREW,
php for example runs on the server, as such is platform independent. A wizard for forms seems really excessively over the top.
That would be like a wizard to format CSS p tags.
- acescence0
> I can not create exactly what I want
what exactly do you want?
- BREWMANCHU0
I need required fields, e-mail validation and autoresponders.
- acescence0
email validation and required fields are most easily handled client side, imo, using javascript. here are a couple simple scripts-
- Meeklo0
any flash ones?