Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Contact Form
#1
I am looking for a simple newsletter subscribe plugin that has only 2 fields:
- Full Name
- Email address
On clicking submit, the details are sent to a pre-defined email address (set in the back end). This form is to go into the footer - css would be needed to define the widths, colors etc

I do currently have the P01 contact plugin already on the site for the "Contact Us" page.

Can anyone suggest a simple, customizable plugin?
Reply
#2
Enter the address in the line 13
Add this code above <html> call tag.
<? php if (function_exists ('sc_mail')) {sc_mail ();}?>

And, to add anywhere on the page to display the form.
<? php if (function_exists ('sc_form')) {sc_form ();}?>
Unfortunately the file with the English language was not preserved
http://get-simple.info/forums/showthread...le+contact
Reply




Users browsing this thread: 1 Guest(s)