2014-09-29, 23:53:45
(2014-09-29, 21:27:05)charlsouma Wrote:(2014-09-29, 13:00:17)vtsimple Wrote: I would really like to see an example of a working page's code that uses this plugin. That might clear up a lot of confusion.
Also an example of an actual directory structure in GetSimple 3.3.3 with this plugin active and working.
An example is worth a thousand words
I use this code on a Page which I created. This is the only content on the page.
(% cbcontact admin,true,false,'','email@mail.com' %)
Below is my dir struc with cb contact working
public_html
- admin
- backups
- data
- plugins
- cbcontact
- PHPMailer_v5.1
- cbcontact_form.php
Thank you charisouma!
Just a few more questions:
1.) I see that you changed the name of cbcontact.php to cbcontact_form.php -- is this necessary?
2.) I see that you added PHPMailer_v5.1 to the plugins -- is this plugin available from GetSimple Extensions? I can't find it.
3.) What files are in your plugins/cbcontact/ folder -- what is that directory structure?