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)
For those that are having trouble viewing the thread that gets created by the form, check your Forum settings. The settings that have to do with this add-on (Can View Forms, etc) are only for getting to the point of submitting it the information. Who gets to see if afterwards is based on your Forum permissions.
Hi Bananalive. First off, thanks for developing this great modification. It's been a great help replacing the faulty RSVP mod we used to use on our site and given us more flexibility. Good work.
We're having a small issue with one member who uses Firefox 3 on a Linux box. We have a form with three questions, two normal input=text and one WYSIWYG editor, all marked as required. When he submits his form he gets an error saying that the WYSIWYG editor question is a required field. No one else seems to suffer from this problem.
On his box the WYSIWIG editor doesn't get activated and so only the normal textarea gets displayed without the toolbar, etc. Could it be something to do with that?
Just wondering if you've had any time...even if you just added a thumbnail upload option if its easier than integrating or calling up the hook from threadthumbnails
Then we could remove the edit option for threads and prevent any altering of the form output.
Sorry, no I've been very busy lately. I will though at some point...
Hi Bananalive. First off, thanks for developing this great modification. It's been a great help replacing the faulty RSVP mod we used to use on our site and given us more flexibility. Good work.
We're having a small issue with one member who uses Firefox 3 on a Linux box. We have a form with three questions, two normal input=text and one WYSIWYG editor, all marked as required. When he submits his form he gets an error saying that the WYSIWYG editor question is a required field. No one else seems to suffer from this problem.
On his box the WYSIWIG editor doesn't get activated and so only the normal textarea gets displayed without the toolbar, etc. Could it be something to do with that?
The issue will be to do with the non-toolbar version of vb editor.
Just wondering if you've had any time...even if you just added a thumbnail upload option if its easier than integrating or calling up the hook from threadthumbnails
Then we could remove the edit option for threads and prevent any altering of the form output.
I had version 3.7 so I uploaded the new one you posted anyway and over-wrote the current.
I created a custom question and in the PHP box I put:
$answer = '<input type="text" id="thumbnailurl" name="thumbnailurl" value="'.htmlspecialchars($newpost[thumbnailurl]).'" />';
Form Hook Before Submit I put:
$vbulletin->input->clean_gpc('p', 'thumbnailurl', TYPE_STR);
$newpost['thumbnailurl'] =& $vbulletin->GPC['thumbnailurl'];
In the new question box I created I tried pasting an image url both with and without [img] tags but no thumbnail.
I have been using this for a while now and have several forms created and working fine.
I just exported and imported another form to help minimize my changes (similar form) and now when I submit the form I get the error:
You did not specify a username for your post.
If I uncheck the "post as thread" it works fine. I've tripple checked the forum ID it should be posting to, opened the forum wide open as far as perms go, still no luck.
I checked the form data in the database and I can't see anything really different than the other forms I have created.
Ok, I finally realized that all of my other forms weren't working now either.
I found what the problem was. I installed a new mod today called "Adv. Editing Options for Mods & Admins" and it appears to be the problem. I disabled it and everything started to work as it should.
I realize this isn't your problem, but I thought I'd mention it incase there is something you could do or look into about it.