[OzzModz] Advanced Forms

[OzzModz] Advanced Forms [Paid] 2.2.4 Beta 5

No permission to buy ($30.00)
Thanks for the cool add-on.

I want to make one specific form visible to unregistered users but in the same time they should not be able to submit the form. Is that something doable ?

It worth noting that registered users should be able to see and submit this form.

Thank you in advance.
 
@Ozzy47
Any thoughts about this?

Code:
Server error log
InvalidArgumentException: Accessed unknown getter 'video_url' on XF:Attachment[121809] src/XF/Mvc/Entity/Entity.php:203
Generated by: Riky 03.10.2020. at 09:55
Stack trace
#0 src/XF/Mvc/Entity/Entity.php(110): XF\Mvc\Entity\Entity->get()
#1 src/addons/Snog/Forms/XF/Pub/Controller/Attachment.php(43): XF\Mvc\Entity\Entity->__get()
#2 src/XF/Mvc/Dispatcher.php(350): Snog\Forms\XF\Pub\Controller\Attachment->actionUploadAutomated()
#3 src/XF/Mvc/Dispatcher.php(257): XF\Mvc\Dispatcher->dispatchClass()
#4 src/XF/Mvc/Dispatcher.php(113): XF\Mvc\Dispatcher->dispatchFromMatch()
#5 src/XF/Mvc/Dispatcher.php(55): XF\Mvc\Dispatcher->dispatchLoop()
#6 src/XF/App.php(2300): XF\Mvc\Dispatcher->run()
#7 src/XF.php(464): XF\App->run()
#8 index.php(20): XF::runApp()
#9 {main}
Request state
array(4) {
  ["url"] => string(101) "/attachments/UploadAutomated?type=post&context[thread_id]=29717&hash=7ca86d6eeaad1622a1df7f320da01842"
  ["referrer"] => string(74) "https://www.pijanitvor.com/form/morski-kratki-ribolovni-izvjestaj.1/select"
  ["_GET"] => array(4) {
    ["/attachments/UploadAutomated"] => string(0) ""
    ["type"] => string(4) "post"
    ["context"] => array(1) {
      ["thread_id"] => string(5) "29717"
    }
    ["hash"] => string(32) "7ca86d6eeaad1622a1df7f320da01842"
  }
  ["_POST"] => array(11) {
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["flowChunkNumber"] => string(1) "1"
    ["flowChunkSize"] => string(10) "4294967296"
    ["flowCurrentChunkSize"] => string(7) "3243872"
    ["flowTotalSize"] => string(7) "3243872"
    ["flowIdentifier"] => string(26) "3243872-20201002_220342jpg"
    ["flowFilename"] => string(19) "20201002_220342.jpg"
    ["flowRelativePath"] => string(19) "20201002_220342.jpg"
    ["flowTotalChunks"] => string(1) "1"
  }
}
 
Hi @Ozzy47 @Snog,

Might have found a bug on 2.2 and I'm running addon version 2.0.33. I cannot submit forms to the thread and use the create a poll function. If I remove the poll function it submits just fine and thread is created.

1602084334028.webp
 
It seems like this addon supports conditional questions but there's no screenshots and basically nothing in the description about that. Does anyone know where I can find screenshots or more information on this?
 
Last edited:
Yes, with conditional questions. Conditional question displays another question based on the previous answer.
 
Top Bottom