Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.2.x Extensions Database 3.2 / 3.3Form Maker/Creator 3.2.x

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Form Maker/Creator 3.2.x

Post by umi »

Image


:wall: :wall: :wall:

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Form Maker/Creator 3.2.x

Post by umi »

Hi dmzx, how can I add a text before form, like on your board?

form.png

Regards
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by dmzx »

umi wrote: 07 Feb 2021, 18:01 Hi dmzx, how can I add a text before form, like on your board?


form.png


Regards
Where do you mean in front of the topics?

User avatar

umi
Users
Users
Posts: 89
Joined: 05 Aug 2019, 14:18
    Windows 7 Firefox

Re: Form Maker/Creator 3.2.x

Post by umi »

dmzx wrote: 08 Feb 2021, 12:17
umi wrote: 07 Feb 2021, 18:01 Hi dmzx, how can I add a text before form, like on your board?


form.png


Regards
Where do you mean in front of the topics?
Check yellow marked on image:
form.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by jan_2017 »

HoodieWeather wrote: 05 Feb 2021, 06:34 If there's a way to cut down on the text boxes that would be awesome.
What do you mean?

User avatar

Ravenheart
New user
New user
Posts: 2
Joined: 06 Apr 2021, 18:23
    Mac OS X Safari

Re: Form Maker/Creator 3.2.x

Post by Ravenheart »

Found a pretty major bug - using phpBB 3.3.3 and Prosilver.

If the user doesn't fill out all of the text inputs in the field, they are given the 'your message contains too few characters' error message and the form does not submit. Please note that this is nothing to do with the asterisk 'required'.

To reproduce:
  • Create a form with two text inputs (neither of them mandatory)
  • Go to the forum and create a new topic
  • Populate only one of those text inputs with data, leaving the other one blank
  • Submit the form
  • You will now receive the 'your message contains too few characters' error
To fix:
  • Open event/listener.php
  • FIND:

    Code: Select all

    		if ($fieldcontents == '')
    		{
    			return;
    		}
    		else
    		{
    			return $appform_post;
    		}
  • REPLACE WITH:

    Code: Select all

    return $appform_post;
Now the form will submit regardless of how many fields have been filled in.
Last edited by Ravenheart on 17 Aug 2021, 01:42, edited 5 times in total.

User avatar

stone23
Users
Users
Posts: 46
Joined: 07 Nov 2018, 17:44
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by stone23 »

Hello,
Is it possible to have an option to show the default form view and hide the button?
This is to force the use of the form

User avatar

Alisvel
New user
New user
Posts: 2
Joined: 13 Aug 2021, 09:18
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by Alisvel »

Is there a working version for 3.3?
Hippie459MN wrote: 25 Feb 2020, 18:12
Milunice259 wrote: 20 Feb 2020, 17:03 Any chance for phpbb 3.3.0? :beers: :beers: :beers:
Its working here on 3.3.0 but you need to fix a file.

Open dmzx/formcreator/config/tables.yml

Find:

Code: Select all

parameters:
    dmzx.formcreator.table.formcreator: %core.table_prefix%form_maker
Replace with:

Code: Select all

parameters:
    dmzx.formcreator.table.formcreator: '%core.table_prefix%form_maker'
That should fix it and make it work. :)
After this tip, there are even more mistakes.

User avatar

Hippie459MN
Donator
Donator
Posts: 69
Joined: 16 Aug 2015, 08:37
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by Hippie459MN »

Alisvel wrote: 16 Aug 2021, 14:53 Is there a working version for 3.3?
Hippie459MN wrote: 25 Feb 2020, 18:12
Milunice259 wrote: 20 Feb 2020, 17:03 Any chance for phpbb 3.3.0? :beers: :beers: :beers:
Its working here on 3.3.0 but you need to fix a file.

Open dmzx/formcreator/config/tables.yml

Find:

Code: Select all

parameters:
    dmzx.formcreator.table.formcreator: %core.table_prefix%form_maker
Replace with:

Code: Select all

parameters:
    dmzx.formcreator.table.formcreator: '%core.table_prefix%form_maker'
That should fix it and make it work. :)
After this tip, there are even more mistakes.
What kind of mistakes/issues are you having? Im using this just fine on 3.3.x
"I went outside once. The graphics sucked but the game play was ok."

User avatar

Alisvel
New user
New user
Posts: 2
Joined: 13 Aug 2021, 09:18
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by Alisvel »

Hippie459MN wrote: 17 Aug 2021, 00:31 What kind of mistakes/issues are you having? Im using this just fine on 3.3.x
I fixed it by deleting the last line. There are no errors in the panel but extension doesn't work (fields do not appear when creating a theme).

User avatar

Tessatore
Users
Users
Posts: 4
Joined: 17 Sep 2016, 21:27
    Windows 10 Chrome

Re: Form Maker/Creator 3.2.x

Post by Tessatore »

stone23 wrote: 25 Jun 2021, 16:40 Hello,
Is it possible to have an option to show the default form view and hide the button?
This is to force the use of the form
I'm looking for this as well and hopefully the ability to edit the form after posting (one day) :D

Thanks for all your amazing work!

User avatar

HoodieWeather
Users
Users
Posts: 25
Joined: 22 Jun 2016, 00:33
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by HoodieWeather »

Is there a way to when I upload a pic to my site, that I can some how edit out the bottom 'attachment' section. I don't need to two the picture twice.

Thanks

User avatar

stone23
Users
Users
Posts: 46
Joined: 07 Nov 2018, 17:44
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by stone23 »

stone23 wrote: 25 Jun 2021, 16:40 Hello,
Is it possible to have an option to show the default form view and hide the button?
This is to force the use of the form
Hello,
A little "up"...
It's been 10 months since I asked the question and still no answer... :whistl:

User avatar

max-ima
Users
Users
Posts: 139
Joined: 25 Mar 2022, 07:11
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by max-ima »

Tested on 3.3.7 and works. Thanks

User avatar

max-ima
Users
Users
Posts: 139
Joined: 25 Mar 2022, 07:11
    Windows 10 Firefox

Re: Form Maker/Creator 3.2.x

Post by max-ima »

.yml check he says
Find tables.yml

Code: Select all

parameters:
    dmzx.formcreator.table.formcreator: %core.table_prefix%form_maker
Replace with Replace the preceding lines with the following

Code: Select all

parameters:
    dmzx.formcreator.table.formcreator: '%core.table_prefix%form_maker'

Locked Previous topicNext topic