[OzzModz] Advanced Forms [Deleted]

Poll type forms are not working in XF 2.2 yet. Not sure when they will, but it's being worked on. Do not upgrade to XF 2.2 if poll type forms are detrimental to your site.
 
Remember, to take a full backup before upgrading any major addon in case something unexpected goes wrong, you can restore to a good working point.
 
@Ozzy47 from a non-poll form:

Code:
LogicException: Cannot save with validation errors. Use validate() to ensure there are no errors. (First error: Please enter a valid poll question.) in src/XF/Service/ValidateAndSavableTrait.php at line 34
[LIST=1]
[*]XF\Service\Thread\Creator->save() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1672
[*]Snog\Forms\Pub\Controller\Form->Snog\Forms\Pub\Controller\{closure}() in src/XF.php at line 552
[*]XF::asVisitor() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1711
[*]Snog\Forms\Pub\Controller\Form->createThread() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1061
[*]Snog\Forms\Pub\Controller\Form->actionSubmit() in src/XF/Mvc/Dispatcher.php at line 350
[*]XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
[*]XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
[*]XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
[*]XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
[*]XF\App->run() in src/XF.php at line 464
[*]XF::runApp() in index.php at line 20
 
@Ozzy47 from a non-poll form:

Code:
LogicException: Cannot save with validation errors. Use validate() to ensure there are no errors. (First error: Please enter a valid poll question.) in src/XF/Service/ValidateAndSavableTrait.php at line 34
[LIST=1]
[*]XF\Service\Thread\Creator->save() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1672
[*]Snog\Forms\Pub\Controller\Form->Snog\Forms\Pub\Controller\{closure}() in src/XF.php at line 552
[*]XF::asVisitor() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1711
[*]Snog\Forms\Pub\Controller\Form->createThread() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1061
[*]Snog\Forms\Pub\Controller\Form->actionSubmit() in src/XF/Mvc/Dispatcher.php at line 350
[*]XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
[*]XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
[*]XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
[*]XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
[*]XF\App->run() in src/XF.php at line 464
[*]XF::runApp() in index.php at line 20

Is that while posting a form?
 
@Ozzy47 from a non-poll form:

Code:
LogicException: Cannot save with validation errors. Use validate() to ensure there are no errors. (First error: Please enter a valid poll question.) in src/XF/Service/ValidateAndSavableTrait.php at line 34
[LIST=1]
[*]XF\Service\Thread\Creator->save() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1672
[*]Snog\Forms\Pub\Controller\Form->Snog\Forms\Pub\Controller\{closure}() in src/XF.php at line 552
[*]XF::asVisitor() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1711
[*]Snog\Forms\Pub\Controller\Form->createThread() in src/addons/Snog/Forms/Pub/Controller/Form.php at line 1061
[*]Snog\Forms\Pub\Controller\Form->actionSubmit() in src/XF/Mvc/Dispatcher.php at line 350
[*]XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
[*]XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
[*]XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
[*]XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2300
[*]XF\App->run() in src/XF.php at line 464
[*]XF::runApp() in index.php at line 20

Should be fixed in 2.0.35
 
@Ozzy47

Just to make sure, I know Poll Forms were fixed in 2.0.34 and a new issue has been found and fixed with 2.0.35.

In the overview tab, it states at the top that Poll Forms are not working and do not upgrade is this an old warning or its recent ?

Sorry for the confusion
 
In the PC Report Options, how can we also send the submitted form to the user who submitted the form? Because if they submit a form, so far, they don't see what they just sent in their private conversations.
 
In the PC Report Options, how can we also send the submitted form to the user who submitted the form? Because if they submit a form, so far, they don't see what they just sent in their private conversations.

From what I have tested with PC reports, you cannot send a copy of the form to the user who submitted.

Depending on what you are using the addon for, if you are sending that PC Report to yourself for review you can simply Invite the user who submitted to the form. That way he can see his form and from there you can discuss with that user.
 
I think that's what I'm going to try, thanks @Darklol :)

(even though it's a bit annoying to have a third external "bot" user as sender of the PC instead of the user who submitted the forum)
 
I have two questions.

1. Is it possible to modify the form link? At least removing the /select portion of it.

2. On a few forms I need to have the Start and End date recur every 5 months. Is this possible to set?
 
1) Maybe with route filters, I’ve not messed with them enough to be certain.

2) Unfortunately not.
 
Back
Top Bottom