Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Basic contact form support
#1
Hmmm, quite a few downloads but only one poor rating. What troubles have you run into?
Reply
#2
read the forum thread of that plugin, if you want to find out

what kind of answer do you expect? A psychological analysis? ;=)

Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
Connie Wrote:read the forum thread of that plugin

Ummm, this is the forum thread for that plugin. Wink

That's an open question to users.
Reply
#4
OK, just installed this plug-in and after hitting send, I do not get an acknowledgement that the message has been sent, Am I missing something?

I would like a thank you appear, that the message has gone or a return to the main page of the site?

Played with this now for 30 minutes and all I get is a That does not appear to be a valid email address error at the top of the form
Pete

Chefbyte Services
Reply
#5
chefbyte Wrote:all I get is a That does not appear to be a valid email address error

It looks like you're either entering an invalid address, or you haven't completed step 4 of the install instructions. Did you go to Themes > Basic Contact Settings to tell it the name of your email address field?

You could always post your contact form code here.
Reply
#6
Hello ;

I'm experimenting GetSimple for the 1rst time (it's my 1rst CMS, too).
I just tried to install the Basic Contact Form, and I don't understand what you mean by filling the fields in the Contact form settings : What am I supposed to write in the "Subject", "Submission recipient" and "Email field" ?

Sorry but English isn't my native language (neither is PHP :-) ), so I sometimes miss obvious things.

Thanks for your understanding.

Sophie
Reply
#7
Simple50ph Wrote:What am I supposed to write in the "Subject", "Submission recipient" and "Email field"?

Submission recipient is the email address of the person who will receive the contact submissions.
Subject is anything you like and will show in the inbox of their email program/webmail.
Email field is the value of the name="..." attribute of the email address <input> in your form. Using my example form, I would just type
Code:
Email
Reply
#8
Just installed it with 3.1.2. Works fine, confirmation message shows up. Email filed in config is confusing at first so just copy the example form from plugin page and put Email as described above.

Remember this plugin requires you to add the form to template or component.
Reply
#9
(2012-01-04, 16:26:00)threeam Wrote: Hmmm, quite a few downloads but only one poor rating. What troubles have you run into?

Any plan to include simple capctha to this plugins ?
Reply
#10
Hi threeam,

I can't get your plugin to work on my system, which is (so far) a vanilla install of GS 3.1.2 having followed your directions. I created a page with just your example form code, and set the Theme config as directed.

When I go to the page I created, it shows the PHP code (escaped to HTML entities) inside the form fields. Looking at the HTML source of the page, it's clear the PHP code is being rendered in the document, not evaluated.

I think I might be better off implementing something myself than persisting with this plugin, but if you can clue me in to something silly I'm failing to do here (being a 100% newbie GS user) I'd be very appreciative.
Reply
#11
tested with 3.2 and works fine too
Reply
#12
(2012-12-16, 03:04:23)headbank Wrote: Hi threeam,

I can't get your plugin to work on my system, which is (so far) a vanilla install of GS 3.1.2 having followed your directions. I created a page with just your example form code, and set the Theme config as directed.

When I go to the page I created, it shows the PHP code (escaped to HTML entities) inside the form fields. Looking at the HTML source of the page, it's clear the PHP code is being rendered in the document, not evaluated.

I think I might be better off implementing something myself than persisting with this plugin, but if you can clue me in to something silly I'm failing to do here (being a 100% newbie GS user) I'd be very appreciative.

Hey I'm also new to GS, I had the same issue... the thing is that you cant use php in the body of a page. Try pasting the form on a sidebar component! If that works then, what I did was to create a component in the template to show in the body content ONLY if the page was, say your "contact" page ELSE show normal content... I hope this helps! This plugin works very well!
Reply
#13
To place a form wherever you want on a specific page (on the middle of a paragraph for example):
1/ install the plugin Dynpages.
2/ Create your form in a component, call it 'myform' for example.
3/ Go to your specific page content and just add: {% myform %} where you want the form to appear.
Reply
#14
Is there anyway you can add multiple forms to one page?

It would also be good if you could explain how to include checkboxes.
Reply
#15
Don't work for me...

Let's do steps:

1 - Unzip
2 - Install at Admin
3 - Install DynPages
4 - Copy HTML codes
5 - Refer { % code }

nothing happens... form not showed.
Reply
#16
Hello.
Tell me how you can use several different forms on the page?
Also, is needed to send and receive a response from the server using ajax. Maybe there are some solutions?
I apologize for my English.
Reply
#17
it doesnt work on my site
after i insert php custom_contact_form_process(); that page wont load
actually, if i open the code view, i can see that it loads to the point where this code is inserted
Reply




Users browsing this thread: 1 Guest(s)