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)
The * and : are linked together. So if the question is not mandatory it removes the :. Also note that when you put a ? proper grammar says you should not have a : after it. I would totally remove the : and the person creating the form can add it.
I'd noticed that as well and have already changed it for the next release.
Also I tried using the regular expression ^[a-zA-Z0-9\s]+$ which i use to restrict on user names of people who register on my forum. This only allows normal english and numbers.
I get this error
Code:
Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in [path]/misc.php(97) : eval()'d code on line 596
You need to add / to beginning and end of the code.
first i have to say good work
i really liked this form mod
my question is this
is there a way for non registered users ( default group 2 )
to fill forms ???
now it asks to login
in my forum i want a form for guests to fill so they can ask for an invite
There was one line prohibiting guests posting new thread which I've replaced now and will be in the next release. In the next release will also be human verification option to reduce spam.
Note: You will need to select the usergroups allowed to view/edit forms
v1.8 - Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons
- Human verification question
- Multiple dropdown select for form usergroup permissions (still optional - leave blank to not use)
- Option to show link to form list in navbar and quick links (separate options)
- Form can be emailed
Hi Banana, Just installed this new pre-release and noticed that when your configure EasyForms in the vBulletin options - there is an option that I think should not be there lol:
Option = Auto insert link to tournaments in navbar?
I think that must have accidentaly made it in by mistake from the tournaments mod
EDIT: Also just noticed that on a 3.7.3 PL1 system, the quick links option is not displaying like it does on my 3.7.4 system. Although on my 3.7.4 system, i do have the tournaments mod installed, but not on my 3.7.3.
There was one line prohibiting guests posting new thread which I've replaced now and will be in the next release. In the next release will also be human verification option to reduce spam.
thx
is there an ETA on the next release ?
or maybe you can write the line that allows guests to post the form
Hi Banana, Just installed this new pre-release and noticed that when your configure EasyForms in the vBulletin options - there is an option that I think should not be there lol:
Option = Auto insert link to tournaments in navbar?
I think that must have accidentaly made it in by mistake from the tournaments mod
Yes i copied the code from tournaments mod to save re-typing it out and forgot to rename that bit. Fixed in attached file.
Also if the question ends with a '?' then the form will not add a ':' on the end of it.
or maybe you can write the line that allows guests to post the form
I would post the line here but a lot of the code has changed in v1.8
You can download v1.8 here - I don't think anything major will be added (if anything at all) before I release it properly in the first post of the thread
EDIT: Also just noticed that on a 3.7.3 PL1 system, the quick links option is not displaying like it does on my 3.7.4 system. Although on my 3.7.4 system, i do have the tournaments mod installed, but not on my 3.7.3.
Just checked and it works fine on vbulletin v3.7.5 with tournament mod installed and both display. also tested it with tournament mod disabled and the links still displayed.