[OzzModz] Advanced Forms

[OzzModz] Advanced Forms [Paid] 2.2.6 Beta 6

No permission to buy ($40.00)
Hello everyone!
Does anyone know how to remove or edit the "Username" field that appears first in every form? As you can see in the pictures, I always use colors on my "question".

Thank you!
1735997609480.png
 
I'm having issues with some form attachments not actually uploading/attaching and consequently not being submitted in the report.

See below. I'll upload .txt or .docx files and they'll never register as uploaded on the form. PDFs appear to work (e.g., see how the PDF file name text turns blue below), but not other document file types. I've confirmed that I have txt/doc/docx/etc. all listed as allowed file extensions in the ACP.

1736340070746.png

Anyone have thoughts on what the issue could be? Thanks!
 
@Ozzy47 There is a bug on the addon, if a file upload field is added to the form:
Screenshot 2025-01-08 at 2.31.55 PM.png
this field isn't displayed on the form:
Screenshot 2025-01-08 at 2.32.30 PM.png
BUT if I want to submit the form, the addon asks for the attachments:
Screenshot 2025-01-08 at 2.35.47 PM.png

This bug isn't on Advanced Forms 2.2.5 version
 
@Oascom did you specify a personal chat contact in Report type for the form, did you check Report by PC under PC Report Options? In order for attachments to work, you must enable personal chat, as that is what the add-on uses to store the file. Once enabled, you should see the option to upload/attach the file.
 
Hello dear @Ozzy47

this is the error that occurs when I try to delete the pay profile

Code:
InvalidArgumentException: Unknown column ozzmodz_xfrmpr_payment_profile_ids on Snog\Forms:Form src/XF/Mvc/Entity/Finder.php:1821
Tarafından: hakyangler 9 Ocak 2025 17:31'de
Yığın izleme
#0 src/XF/Mvc/Entity/Finder.php(623): XF\Mvc\Entity\Finder->resolveFieldToTableAndColumn('ozzmodz_xfrmpr_...', true)
#1 src/addons/Snog/Forms/Purchasable/FormSubmit.php(236): XF\Mvc\Entity\Finder->columnSqlName('ozzmodz_xfrmpr_...')
#2 src/XF/Admin/Controller/PaymentProfileController.php(172): Snog\Forms\Purchasable\FormSubmit->getPurchasablesByProfileId(2)
#3 src/XF/Mvc/Dispatcher.php(362): XF\Admin\Controller\PaymentProfileController->actionDelete(Object(XF\Mvc\ParameterBag))
#4 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:PaymentProfi...', 'Delete', Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\PaymentProfileController), NULL)
#5 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Admin\Controller\PaymentProfileController), NULL)
#6 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#7 src/XF/App.php(2826): XF\Mvc\Dispatcher->run()
#8 src/XF.php(806): XF\App->run()
#9 admin.php(15): XF::runApp('XF\\Admin\\App')
#10 {main}
Durum isteği
array(4) {
  ["url"] => string(181) "/admin.php?payment-profiles/adasd.2/delete&_xfResponseType=json&_xfWithData=1&_xfRequestUri=%2Fadmin.php%3Fpayment-profiles%2F&_xfToken=1736433060%2C7578843c93da2726a7dd146fe8e000b9"
  ["referrer"] => string(50) "https://oltamisina.com/admin.php?payment-profiles/"
  ["_GET"] => array(5) {
    ["payment-profiles/adasd_2/delete"] => string(0) ""
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(28) "/admin.php?payment-profiles/"
    ["_xfToken"] => string(43) "1736433060,7578843c93da2726a7dd146fe8e000b9"
  }
  ["_POST"] => array(0) {
  }
}
 
You must validate your XenForo license to see quoted content
That's not enabled on 2.2.5 version and it works anyway:

Screenshot 2025-01-10 at 3.15.31 PM.png
However on 2.2.6 Beta 2 it only works if I fill the PC report option. This is bad because I don't want to be filled by private messages each time the form is filled (and the addon should use the thread to store the attachments)
 
You must validate your XenForo license to see quoted content
Create a new user to act as a service account for your website. This is what we do for add-ons that are servicing functionality on behalf of the website vs it coming from a single admin.
 
You must validate your XenForo license to see quoted content
If a thread is created, why the attachments are not stored in the thread itself?

There is no need to create a conversation to store attachments which are going to be used on a thread. It doesn't make sense to store the database with useless data.
 
You must validate your XenForo license to see quoted content
@Ozzy47 @Painbaker what was fixed regarding attachments?

Currently I have a file upload field which states "NOTE: valid thread or conversation report this is required for this to work. "

and I have set the thread report:
Screenshot 2025-01-13 at 11.34.55 PM.png
However the "file upload" question is not displayed.
 
Back
Top