kevbaz Posted December 7, 2010 Author Posted December 7, 2010 That example works but when i try to encorperate it into my form is creates a new field and messes up the layout and design, i cannot figure out how to apply it to my existing fields.
powdarrmonkey Posted December 7, 2010 Posted December 7, 2010 That example works but when i try to encorperate it into my form is creates a new field and messes up the layout and design, i cannot figure out how to apply it to my existing fields. You can't apply it to your existing fields, that's the whole point.
kevbaz Posted December 7, 2010 Author Posted December 7, 2010 I have used this Worx International Inc. It might be easier than building your own Ive grabbed the phpmailer-fe but completely at a loss as the examples dont even work for me? when i try one of them instead of opening an email it tries to ope the php file
kevbaz Posted December 7, 2010 Author Posted December 7, 2010 You can't apply it to your existing fields, that's the whole point. then sorry but what use is it?
powdarrmonkey Posted December 7, 2010 Posted December 7, 2010 Ive grabbed the phpmailer-fe but completely at a loss as the examples dont even work for me? when i try one of them instead of opening an email it tries to ope the php file Indicating that you haven't installed PHP correctly on your web server. then sorry but what use is it? You can't use the mailto technique except to submit two inputs, whose names are "subject" and "body". That is its entire purpose.
kevbaz Posted December 7, 2010 Author Posted December 7, 2010 And you chose not to disclose that early on beacuse?? Feeling very frustrated as it seems just a simple thing to have a form emailed yet i cannot get it to work at all Me = Fail
powdarrmonkey Posted December 7, 2010 Posted December 7, 2010 For your convenience: Anyway, the problem is easy (now that you don't expect psychic assistance): you don't have an input named "body", which should be type text and becomes the body of the email. All your fancy inputs are wasted.
CESIL Posted December 7, 2010 Posted December 7, 2010 (edited) Try the attached...you should be able to adapt the code to your form... Should have said...this will only work on a LAMP/WAMP server setupmailer.zip Edited December 7, 2010 by CESIL 1
witch Posted December 7, 2010 Posted December 7, 2010 Can we just cool down a bit? It would be good if some posters could remember that what appears simple to them doesn't appear simple to other people. If it is obvious that someone doesn't 'get' what you are saying, please look at it from a simpler perspective rather than making sarky remarks. After all, we don't want to put people off asking for help in case people sneer at their lack of knowledge, do we? 1
kevbaz Posted December 7, 2010 Author Posted December 7, 2010 Try the attached...you should be able to adapt the code to your form... Should have said...this will only work on a LAMP/WAMP server setup thanks for all your help so far, very much appreciated
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now