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)
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 tried that and then submitted an image URL with and without [url] tags in the box created in step.2
Quote:
Originally Posted by steve71
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.
Should I undo steps 1-3 and only edit the plugin Easy Forms Part 1?
hello bananalive, first of all this is a great addon,
but i wonder if this will be a good ideea
you make a question like Dropdown Select or a checkbox select
and based on that you can change the category in which the form is posted in
for example
you have multiple forms that do the same thing basically with difference only in place where it gets posted.
what do you think about that?:P
I sort of have a problem. If I go to the form and edit the form and then enter a description and check the boxes to save or PM form details and hit save, none of it save and I'm redirected to my forum home page. I'm using VB 3.8.3 with VBSEO.
Tried many times to save, reinstalled mod, always same result.
I sort of have a problem. If I go to the form and edit the form and then enter a description and check the boxes to save or PM form details and hit save, none of it save and I'm redirected to my forum home page. I'm using VB 3.8.3 with VBSEO.
Tried many times to save, reinstalled mod, always same result.
Has anyone experienced this? The form isn't working for me and I've searched here for answers and came up empty. Anyone?
hello bananalive, first of all this is a great addon,
but i wonder if this will be a good ideea
you make a question like Dropdown Select or a checkbox select
and based on that you can change the category in which the form is posted in
for example
you have multiple forms that do the same thing basically with difference only in place where it gets posted.
what do you think about that?:P
You can copy forms which allows you to copy a form. I think this is a much easier way to have multiple forms with similar functions