| Post |
|
Guest
| Janice 7:56 pm May 3, 2007
| |
|
|
Hi Olivier
I'm new to WP and was going thru the plugin to see if there's a plugin that can help me in creating sort of an opt-in so that readers can opt-in to my Sub-Page upon which my autoresponder can then update the opt-in reader
Your Cform plug-in caught my attn
Basically, I've created a sub-page and in the Page Content, would like to insert an opt-in form. Can cform meet my needs?
If yes, how does it work? When they opt-in, how do I link it to my autoresponder so that the reader receive the required information and become my subscriber
Kindly advise. Do not want to create the form as a sidebar on the Home Page
FYI, I've created autoresponder messages and creat the opt-in form (HTML code, think that's what it is called) using my 1ShoppingCart Autoresponder. But when I tried to paste the opt-in form HTML code into the WP's Sub-Page > Page Content, it does not turn out the way I want it to appear
Thanks & Warmest Regards
|
|
|
Admin
| Oliver Munich, Germany posts 6237 8:18 pm May 3, 2007
| |
|
|
Hi Janice,
Wow that went went right over my head – seriously, I'm lost as to what you're trying to do.
cforms is a contact form plugin, so it essentially captures user data and sends it in an email to a form admin or saves it to cforms tracking db tables.
If you want to use cforms as the primary means to allow users to sign up for a distribution list (I guess that's the '1ShoppingCart Autoresponder') you could achieve this by (a) using the db tracking feature, (b) write a script, that runs every 10 minutes or so, which polls the cforms tracking tables and populates the 1ShoppingCart tables accordingly.
I'm sure that 1ShoppingCart comes with a decent form functionality, no?
|
|
|
|
|
Guest
| Janice 5:21 am May 4, 2007
| |
|
|
Hi Oliver
Thanks for the clarification.
So if I create a cform, upon submission, I will receive an email of the user data and at the same time the data gets captured in the cforms tracking db tables, correct?
I've activated the cform plugin and it automatically creates a Cforms menu with sub-menus of cforms (form settings), plugin settlings, styling and help
In the plugin settings, I've enabled Database Tracking which automatically creates a sub-menu of Tracking.
However, when I clicked Update Settings, 2 messages appear.
1) cforms tracking tables (cformssubmissions & cformsdata) have been created.
2) Can't find the specified Upload Directory! Please verify that it exists!
So is everything OK? What did I miss out that cause the 2nd message?
You've mentioned that "If you want to use cforms as the primary means to allow users to sign up for a distribution list (I guess that's the '1ShoppingCart Autoresponder') you could achieve this by (a) using the db tracking feature," are you referring to the Cforms tracking database? If not, is this another plugin? If it is another plugin, please advise what's the name of the plugin so that I can install it.
Once I've created the form, do I just insert the place this – <!–cforms2–> – in the Sub-Page > Page Content which is where I want to form to be positioned. If not, then how do I insert the form such that it's seen on the Sub-Page, in between some texts that I will be writing, that is on the Sub-page, what a reader will see is some tex at a start, followed by the form (positioned in the centre) and end with further text.
BTW, What's is Ajax? How do I know I have it? Or is it a plugin that I need to install as well?
Thanks and Warmest Regards
Janice
PS> Apolgies for the long post and thanks for your help :)
|
|
|
Admin
| Oliver Munich, Germany posts 6237 8:02 am May 4, 2007
| |
|
|
So if I create a cform, upon submission, I will receive an email of the
user data and at the same time the data gets captured in the cforms
tracking db tables, correct?
Yes.
2) Can't find the specified Upload Directory! Please verify that it exists!
This is just related to the "Upload Directory" in the event you're planning to allow the user to attach a file. If not, you can safely ignore this message.
Cforms tracking database?
Yes this is a feature of cforms. Just go to Plugin Settings and enable DB Tracking, then all entered form data will also be saved to the cforms tables (which I believe you've done already in the step above).
Once I've created the form, do I just insert the place this – <!–cforms2–> – in the Sub-Page > Page Content
<!–cforms2–> if you like to include your 2nd form into any page (or sub page). Insert this code directly into your post (via the HTML code editor, or use the editor button to do it (which I think is what you want, "in-between text").
However, if you'd like to insert the form on this particular page, but not in the actual content, e.g. outside of it: before or after etc. you can alternatively include the PHP code insert_cform('2'); into your specific (sub) page template.
Again, this aims at form #2 (not the 1st, default form).
Ajax
You can turn of Ajax support on a per form basis, at the top of the main form config page. It essentially allows the user to submit the form without reloading the entire page.
|
|
|
|
|
Guest
| Janice 8:30 pm May 4, 2007
| |
|
|
Hi Oliver
Thanks for your advice. I’ve done the necessary steps but for some reason, the text on the form appears to be white. What should I do?
Could you kindly please help me take a look and let me know how I can make the necessary changes so that it appears ok?
URL as follows: http://www.creativevisualizationexercise.com/?page_id=7
Thanks so much for your help
Warmest Regards
Janice
|
|
|
Admin
| Oliver Munich, Germany posts 6237 8:36 pm May 4, 2007
| |
|
|
Please take a look at your chosen CSS file under "Styling" and -using the built in CSS editor- adjust the CSS definitions for label, legend and input. A new attribute for each, such as color: #333333; should do just fine.
|
|
|
|
|
Guest
| Janice 9:52 pm May 4, 2007
| |
|
|
Hi Oliver
I'm so sorry to be such a bother :(
I tried to find the keywords you mentioned – label, legend and input – in my style.css, but not successful.
Here's my style.css below… would you be able to advise? (so sorry, I'm not very tech-savvy, so kindly please bear with me)
I'm very grateful to all the help you've given. If you and Nicky ever visit Singapore, let's meet up…
Heartfelt appreciation and Warmest Regards
Janice
>>> style.css <<<
/* Begin Base Elements */
[...]
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:54 am May 5, 2007
| |
|
|
Hi Janice,
It's not the style.css file (your WP theme CSS file) that you need to adjust, it's the plugin's own CSS definitions. Go to the cforms/Styling sub menu, find the CSS editor at the bottom of the page showing the currently chosen cforms style/theme (likely cforms.css) and search for the above mentioned elements. The respective sections begin with:
global definitions for field labels
FIELDSET legends
FORM FIELDS general formatting
|
|
|
|
|
Guest
| Janice 2:05 pm May 5, 2007
| |
|
|
Hi Oliver
Thanks for the clarification and all the help you've given me. Really grateful for your kind assistance.
I've uploaded the dark-rounded.css as my default form style so it's easier. Don't have to deal with adding the coding which I'm totally hopeless
Have a GREAT Weekend Ahead
Heartfelt Appreciation & Warmest Regards
Janice
PS> If you and Nicky ever visit Singapore, give me a shout and let's meet up :)
|
|
|
Admin
| Oliver Munich, Germany posts 6237 2:07 pm May 5, 2007
| |
|
|
actually, seeing the "dark style" in your design context, I like it much better than the standard form theme!
PS: …and thanks for the offer
|
|
|
|
|
Guest
| Janice 5:32 pm May 5, 2007
| |
|
|
Hi Oliver
Thanks for the feedback and it's all thanks to you
Remember the offer stands, drop me a mail whenever you intend to visit Singapore… Have you ever tried Singapore food? 
Heartfelt appreciation and Warmest Regards
Janice
|
|
|
Guest
| Marci 9:27 pm April 26, 2009
| |
|
|
I have a big problem, please help me :-)
I created a contact form with two fields (name, e-mail), but when I click tracking menu, there isn't, the name field. Can You help me?
Thanks.
Marci
|
|
|
Admin
| Oliver Munich, Germany posts 6237 6:38 am April 27, 2009
| |
|
|
URL and screenshots please…
|
|
|
|
|
Guest
| Marci 1:35 pm April 27, 2009
| |
|
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:10 pm April 27, 2009
| |
|
|
Thanks for the screenshots, those are very helpful.
At first I thought you issue was that tracking didn't work or would not show all the fields. But I believe there simply is a misunderstanding:
The table you're looking at only shows the fields it currently shows. Once you have an entry and select this records and click View you'll see all the details pertaining to this record.
|
|
|
|
|
Guest
| Marci 9:44 am April 28, 2009
| |
|
|
Thanks Oliver, it's works.
I have 2 another questions.
Question 1: How can I send automatically personal welcome e-mail to new members?
e.g.: somebody subscribe my blog notification. His name is Oliver, and his e-mail address is oliver@oliver.com. The welcome e-mail begin: Hello Oliver!
Question 2: How can I send personal newsletter to all members?
e.g.: [member's name], How are you?
Thank you for your help.
Marci
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:01 am April 29, 2009
| |
|
|
Marci said:
Question 1: How can I send automatically personal welcome e-mail to new members?
e.g.: somebody subscribe my blog notification. His name is Oliver, and his e-mail address is oliver@oliver.com. The welcome e-mail begin: Hello Oliver!
the default form shows you how to use {custom variables} in the auto confirmation email and the Help! page explains all that in more detail.
Question 2: How can I send personal newsletter to all members?
e.g.: [member's name], How are you?
cforms is not a mailing list application and doesn't keep track of members, however you can write an extraction routine that will extract all 'subscribed' users (from the tracking tables) and feed the email addresses into your mailing list plugin.
|
|
|
|