Easily create forms with no HTML or PHP knowledge. Questions can be made compulsory and are checked before the form is submitted. Forms can be previewed. (You can create multiple forms)
have you released 2.9 yet? i just got this installed and saw there wasnt yet an option to redirect to a custom page after submitting form. was going to ask about that, but looks like youre already working on it.
also is there a way to choose multiple submit options on submit.... email and pm or email and post or post and pm, etc.... (if already answered my appologies and ill find it tonight when i read through the whole thread).
great job btw! thanks!
I'm working on v2.9 atm. A beta of it will be released soon. It will include optional redirect to url and allow multiple actions (eg. pm'ing & emailing the form).
vbulletin options -> Easy Forms Options -> Select Usergroups
(hold down ctrl to select more than one usergroup)
To set usergroups permissions for one form
Edit Form -> Usergroup Permissions -> Check the usergoups allowed to view form
Blank = uses vbulletin options settings
Hi - thanks for your reply,
Although that does work - the problem I get is that I cannot selct individual usergroups.
ie:
Administrators
Banned Users
Moderators
Not loggin
Super Moderators
I click on Administors and that is highlighted, I then click on moderators and the "Banned Users" between the two highlights. I have tried all ways to do it - but the Only way that I could get it to work is Add an "A" before the ones that I want to be able to view the form.
Also, how do I get it as a link please? It shows in the address bar as "http:// mywebsite.com/admin/index.php" or words to that effect, Sorry.
I can not get the security / Anti-spam question to work either.
I type the question, and the answer, but Both the question and answer show on my form. (Is the answer case sensitive? The reason I ask is that I entered the answer twice, once with a capital and agin with a lower case letter at the start of the answer. Maybe this is the reason).
I cannot get the Capatcha image on, by itself - I have to type a security question in for it to show.
Your help on the above matters would be very much appreciated.
Although that does work - the problem I get is that I cannot selct individual usergroups.
ie:
Administrators
Banned Users
Moderators
Not loggin
Super Moderators
I click on Administors and that is highlighted, I then click on moderators and the "Banned Users" between the two highlights. I have tried all ways to do it - but the Only way that I could get it to work is Add an "A" before the ones that I want to be able to view the form.
Also, how do I get it as a link please? It shows in the address bar as "http:// mywebsite.com/admin/index.php" or words to that effect, Sorry.
I can not get the security / Anti-spam question to work either.
I type the question, and the answer, but Both the question and answer show on my form. (Is the answer case sensitive? The reason I ask is that I entered the answer twice, once with a capital and agin with a lower case letter at the start of the answer. Maybe this is the reason).
I cannot get the Capatcha image on, by itself - I have to type a security question in for it to show.
Your help on the above matters would be very much appreciated.
If you only want one usergroup selected then don't hold down ctrl. To deselect a usergroup ctrl+click it.
That's due to the frames used in the admin control panel:
admincp/options.php?do=options&dogroup=easyforms
The human verification question is the default vBulletin human verification question.
There was error with human verification question which is causing it to display twice, which will be fixed in next version.
v3.0
- Edit Form Redesigned
- Multiple Form Actions
- Redirect to url after form is submitted (accepts $newpost[postid] for newthread being created and $postid for new post in thread being created)
- Custom Form Output Conditionals: <if condition="$q[4]">$qn[4]: $q[4]<else />Field left blank</if>