FormBuilder 0.61
Here is the official release of FormBuilder 0.61. The primary focus of this version is to allow the placement of forms anywhere in the content of a page or post. As such, in this version you can now include code in the form of [formbuilder:#] where # is the ID number of the form to be included in the content of the page or post.
Further to this, we have added the additional ability to place forms directly in the WordPress template using a command like this:
<?php echo formbuilder_process_form(3); ?>
We also included the following features and bug fixes:
- Feature: Multiple Forms Per Page
You can now include multiple forms on each post or page, using any combination of methods to display forms (ie the dropdown box, forms in the content, forms in the template) - Documentation: Reverse Captcha
Documentation was added to the code and interface linking to documentation regarding how to use the built-in “Reverse Captcha” spam blocking technology. - Bug Fix: Form Redirection
Repaired bugs introduced when the Form Redirection processes and module were added. - Improvement: Randomization
Improved form randomization for forms created to use the Form Redirect module.
We hope you like the improvements and we would love to hear any feedback you might have.
Click here to download FormBuilder from the WordPress Plugin Database.
19 Responses to “FormBuilder 0.61”
WP Development Blog
View our latest plugins and themes on our blog. You may also subscribe to our RSS feed.
Plugins
- Comment Count
- Event Calendar
- FormBuilder
- SendFeed
- and more...
- FormBuilder 0.89 Released
- FormBuilder Now On GitHub
- FormBuilder v. 0.86
- FormBuilder v. 0.852
- FormBuilder 0.84 Released
- FormBuilder 0.83 Released
- Events Calendar 0.26 Released
- Events Calendar 0.25 Released
- Comment Count v1.20
- Historical Comment Count
- Tammy said: A Grateful Heart What a powerful, fulfilling,...
- source said: Re: The person who created the comment that this...
- website said: Mate! This blog site is amazing. How do you make...
Latest Posts
Latest Comments
Is there a way to limit the number of chars in the single line text, or small text area, or large text area? If you can point me to where I can make this happen in the code, that would be great! *It would be nice to include this in the formbuilder interface*
You’ve made a great plugin!
Gus
hi, i love your plugin, but have noticed one odd issue & i’m hoping i can get guidance. i have sites on both dedicated and shared hosts, but i typically always host email at gmail for groups. if the form is sending to an email address with the same domain as the referring page, it seems to want to inject it locally, whereas if i specify a different email address it works fine.
in situations with a dedicated host, no problems, since i can just turn local email off, but in shared hosting situations – not much i can do. wondering if there’s an obvious fix or a way to specify the relay server?
thanks
Ryo
Very cool plugin. I love it.
For your next update, I notice a spacing error on the label when I add a second “small text area”.
http://fosterpodcast.com/contact/
Ahh, I figured it out. It was a “required field” with a quirky width demand.
I added this in the CSS to fix it (for anyone who cares):
.formBuilderForm .formBuilderLabelRequired {
font-weight: bold;
width: auto;
clear: both;
}
/**** Field Type Specific Display Controls ****/
.formBuilderForm .single_line_text_box .formBuilderLabel {
font-weight: bold;
width: auto;
clear: both;
}
Just came across FormBuilder tonight and wanted to give it a try. I’ve got WordPress 2.7 BETA 1 sitting on my local computer to play with design, plug-ins, etc and can’t seem to get FormBuilder to work with it.
Is it compatible with 2.7? I’m sure it will be as soon as possible if it isn’t but I’m not sure if it’s 2.7, the plug-in or me that’s at issue here.
Just one question, is there a way for the javascript and css code created by form builder to not appear on pages that don’t use any forms? Right now it’s on every page and it’s all inline instead of being referenced externally so it making the source code quite messy. Not a big problem but something that could be improved.
@Geoff Taylor: We just released FB 0.63 which should be compatible with WP 2.7. Feel free to test and provide feedback…
@smily: Yes, we’ve been working on that. with FB 0.63, the CSS is referenced as an external file, rather than being included inline. While we still want to work on improving the system to only include the CSS on pages with forms, this tweak should help a bit with the HTML source code mess.
@Tim: Thanks for that info. I’ll take a look and see if we can’t incorporate the code in a future release.
@Gus: Unfortunately, at this point in time the amount of text one can enter in a given field is not limited by FormBuilder. It’s a good suggestion though, and I’ll put it on the “Future Features” list.
How do I put two forms on one page? I must be missing where that option is located. I’m using version 0.63
Also, is there any way to allow people to submit the form multiple times? Right now, as I’m testing, if I enter data and then make an error on the form (leave something out) and still submit it, it tells me of the missing data but then tells that I’ve already submitted the form when I try to submit with the corrected data.
Thank you!
Hi Angela,
To put two forms on one page, you need to know the ID numbers of the forms. You can see that easily by viewing the FormBuilder management page and looking at your list of forms. The ID numbers are listed on the left hand column. To include two different forms, you would add two tags like this to the content of the post.
[formbuilder:1] [formbuilder:2]
This should include both form ID #1 and form ID #2.
As for submitting the same form multiple times, we have put a feature into the plugin which prevents the same person from submitting the exact same form data multiple times. This was done in order to prevent both duplicate submissions and spam. If you were to change any of the data slightly and resubmit the form, you should not encounter that message.
Please let me know if there are any other questions I can help with.
Hi I’m trying to add a form to my sidebar but haven’t had much luck. I’ve edited my sidebar.php and added
before the final But nothing is showing up.
I’m sure I’m doing something wrong I just don’t know what. Thank you for your help.
Is it possible when creating checkboxes to generate a new checkbox by putting each option (Field Value) on a newline?
I’m having to create a new field for each checkbox. For instance I want a Field Name of Grade_Level and I want users to be able to check grades 7,8,9,10,11,12.
Creating a new field and using the same Field Name for each one doesn’t work.
Andy, any reason you don’t just do this as a ‘drop box?’ i do a lot of basketball camp registration – and that’s how i handle the grade thing.
This is a really neat and easy to use plugin. I was wondering if there was a way to customize it and split the form into sections. For example, I want to ask a series of Yes/No question for one part of the form, and then some short answer questions for another section of the form. I would like to have title headers between the sections. Is it possible to do this, and what part of the code would I need to modify?
Thanking you in advance!
How can I modify the dropdown menus width? For some reason it is the only item that does not seem to work with my current theme (the width of the dropdown menu is out of proportion compared to the rest of the fields)
Thanks!
Hello! Amazing plug-in. I’m using it for some form submission on a closed network knowledebase. I have a quick question about the “follow up” page. What specific syntax does the field value need to be in, in ordering for me to add a URL? I currently have
http://thehio.com/knowledgebase/thankyou.html(minus the code tags) and it’s not flying. Any help would be great! Thanks.Hi,
I’ve tried to put it in the sidebar.php it shows but doesnt work when I press submit. It works fine when on a webpage. How can I see the raw code of it so I can copy it into the sidebar.php?
Thanks
Hi, I’m trying to use Version 0.82 of your plugin to put a form on my blog, on a dedicated page. WP 2.9.2
However, I’ve noticed a strange behavior where some formBuilder items will be shown at the bottom of blog articles as well. Oddily, the latest article is not affected. Obviously I haven’t added the form manually to these articles…
I can see in the source a div id=’formBuilderCSSID’, and several other things: a field, a label, a submit button, etc.. What did I do wrong ? How do I get rid of this ? Thanks to your plugin I have been able to put in place quite a sophisticated form.
Thanks !
AG