![]() |
on description before we can use bbcode, but after upgrade to 4.0.1beta form, there way we can use bbcode on description ? Example List Number bbcode.
|
Thanks! It is really a good & handy mod. Easy to use and saves me a lot of time in creating forms.
|
*tagged*
|
1 Attachment(s)
..Or am I missing the point of this mod - apologies if I am...
I'm trying to create a 'contact us' form. ie If a 'non' admin wants to email, there is a contact form with a prescribed layout with mandatory fields for them to complete. I don't want anyone (except me) to be able to create or edit forms... Also, if someone clicks on the 'Forms' tab (shown in pics) then I just want them to be presented with the 'Contact Us' form... I have attached a couple of pics - of the settings I have selected for Easyforms - and also the resulting look when I'm signed in as an 'admin' (If I don't sign in as an admin - I see the 'no forms' message). Hopefully I am doing something pretty basic wrong - or maybe I'm jumping the gun 'cos I know this is still 'beta' - If someone can let me know I'd appreciate it. :) Cheers ps ..still think this is a great mod :) |
Give registered users permission to 'View Forms List'
Quote:
|
Quote:
|
Quote:
Editing Form Are all fields compulsory? No, only the questions proceeded by a * are compulsory. What does each field do?
Macroses What are macroses?Macroses are variables used in easy forms for replacement with their value. What macroses are there?
|
Is there a way that we can integrate with [Ajax] Check for similar thread before posting a new one
|
bananalive,
I am trying to get this to email to a form question. We have a drop down with email address, I need the form to be emailed to the selection on that drop down. Can you please help? |
Quote:
|
Quote:
(changing 5 to the question hash of the email address question) PHP Code:
|
Quote:
1. Create 'Custom' question 2. Use following php Code: PHP Code:
|
Thanks a bunch!!!
|
hi.
I am wondering, how can you make a user be changed to a different usergroup, or added to a secondry one after completion and submission of the form. many thanks adam |
Quote:
Form Hook: Before Submit PHP Code: PHP Code:
|
ok, thanks. So I guess the code I need to edit is
PHP Code:
EDIT: I worked out that PHP Code:
|
Wow, that is some really cool stuff Banana. Each time I think this mod can do everything, it does something else. Very cool.
I did find another minor issue, which I wouldn't even consider an issue. I wanted to add a link to one of the questions so a user could read a "Code of Conduct" for the forums. They have to answer yes after it is read. If I do the question in html, it looks fine on the editform page, but not on the actual form. If I do the question in bbcode, it looks fine on the actual form, but not on the editform page. The previous question about the usergroupid is also a very cool feature. Does that change their primary usergroup or does it add them to this as an additional group? Also does this change their current title to that secondary group at the same time? Here's an idea. Can I set up a question that when someone clicks on the link in the question, it gives a pop-up box with the information they have to read? That would be nice. No worries though, you have enough on your plate right now. |
1 Attachment(s)
Hi Banana,
Yea I knew, its only work with bold and size bbcode only.. I attach the screenshoot.. I cant use[list] or [img] on the description.. |
Quote:
thanks anyway *** Just downloaded and installed 4.02 - seems to be working ok now - just styling to suit - great job bananalive !! *** |
Hi BL, and thanks for continuing your work on this mod, it's a great one.
I am wondering if I can have the multi-line box that appears for the user to write in, default to a larger size automatically , please let me know if that is possible. I am figuring I need to click "increase" about three times to get to the size I would want. So I would like it to just default to that for the user. Thanks Mark |
BUG: when using Field using vBulletin editor
there is no title above the box so users dont know what the question is would like to see: Field that already holds there username fields that holds the users IP Address - useful to stop spammers |
Thank you SOO much for porting this, I was dreading having to port my forms over manually :D As soon as I am able to get my PayPal account set (economy has definitely hurt the funds I do get from my forum), donation heading your way!
You should seriously consider adding a lot more features to assist programming the forms for people with less php/mySQL knowledge and make it a commercial mod, it definitely has the potential. I have used this mod for all sorts of functional code for my site and it has really became a major part of the backbone to my site's system. Thanks again! Installing and nominating MOTM :D |
Quote:
|
Quote:
|
1 Attachment(s)
Quote:
Username is already held in hidden field. IP address could be added as hidden field (there are 3 hiddenfields added into template and a template hook) or add it to the end of the form output Add to bottom of form hook: before submit PHP Code:
|
Quote:
AdminCP -> Settings-> vBulletin Options -> BB Code Settings -> Allow [IMG] Code in Non Forum Specific Areas -> Yes Otherwise for the list you will need another modification to enable list bbcode in non-forum areas. |
1 Attachment(s)
Quote:
|
Quote:
You will need to change $a_userid to the desired userid of the user you want to change the usergroup of. Also you will need to change the two occurances of 4 to the desired additional usergroup's usergroupid. Form Hook: Before Submit PHP Code:
|
I have this installed and an excellent product and exactly what I need, but for the life of me I can't get it to do what I want it to.
I want it so that the form is available to be viewed and completed by members, but those members not having permission to edit, add, update, install .xml etc, like admins can do. I've tried all different settings in options and I either get it that I can see all options as a member or none at all including not being able to see the form. Can anyone please help if this is possible and if so what is the right settings? Thank you..:) |
Ok, so I am not at all technical.
My problem is that once I've gone through the process of creating a form I get an error message tat the top of the screen which says: Parse error: syntax error, unexpected T_STRING in /var/websites/sunnylab/www/community/misc.php(89) : eval()'d code(830) : eval()'d code on line 1 There are styling issues with my form but it actually does work. So ca anyone tell me what this message means and what I can do about it? Many thanks for any help received. |
Quote:
Can Edit Forms: Administrators Can View Forms: Everyone When selecting usergroups, it is the highlighted ones which you will be enabling the feature for. use ctrl to select more than one usergroup. |
Quote:
Do you have anthing in the form hook boxes? (They are mid way down the edit form page) Second do you have any custom questions? All of them should contain php code, invalid php code in any of the above would code error message you have listed. |
thanks for your support bl.
Ok, thanks for the code to add secondry usergroup, it works well. However, how do you make ti that the submitter of the form is added, rather than a numbered user. For example, you wrote PHP Code:
What would you put to fetch the id of the person who filled in the form? |
dear banana,
thanks, [img] its worked now, but[list] not yet.. |
Quote:
Form Hook: Before Submit PHP Code:
|
Hi, Is there any possibility that this ( the form ) will / is or can become a widget that we can put into the CMS of 4.0 suite ?
|
Quote:
|
Quote:
thank you, but still not sure where to put this, also i think that this should be implented if possible for now please help me with this |
Hi,
first I have to say: a great mod. Now to my question: Is the any possibiliity to export the form resulst for example as xls? |
Quote:
But you can highlight the table and then paste it into excel. |
All times are GMT. The time now is 12:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|