[OzzModz] Advanced Forms

[OzzModz] Advanced Forms [Paid] 2.2.4 Beta 5

No permission to buy ($30.00)
You must validate your XenForo license to see quoted content
I will attempt to install it on a clean install of XF on my end, and see if that resolves the issue.

MySQL 5.7
I believe PHP is on the latest version but I'll double-check that
 
Hi, how do we install an old version of the addon? we tried to "download my addons" but it just downloads the beta version. We want to select the 2.2.3 update instead.
 
You must validate your XenForo license to see quoted content
Hi, still waiting on this, if you could please send via DM our testing window closes soon.

We tried installing the beta on our test site as well and it throws an error on installation:

1000005771.jpg
 
You must validate your XenForo license to see quoted content
This is more of a server configuration issue, but I've sent you a build that should reduce the row size to resolve this error
 
Suggestion (no results in search):
Ability to use XF bookmarks to bookmark form pages.

Is this possible to add? So I can reduce to 1-2 bookmarks per forum, vs a bunch if they have multiple forms?
 
Hello,

I just updated from 2.2.0 Beta 2 to 2.2.4 Beta 1 and the Addon didn't work anymore. Nothing appears in the menu anymore
XF 2.2.12
Is there something that I can do?
Or is it possible to go back to 2.2.0 Beta 2

Thanks for your help

Snog Forms failed.JPG
 
Excuse me, but I got it.
Updated to XF 2.2.15 and the permissions to see the forms have changed. All seems to work fine now.

Thank you
 
Can we get some decision promote actions? I'd like it so when a moderator approves or denies an app, a prefix is applied to the thread and the thread moved to another board.

Currently the moderator must click approve, then edit the thread and apply the prefix and move the thread themselves. You do have a Prefix Actions plugin but if they're already editing the thread then they should be able to move the thread as well, since it lives in the same menu.
 
Hello, Ozzy47 Ozzy47 in my forum we have a need for a 'Registry' - basically a listing of un/known serial numbers for a very niche product that our members would like to capture details about - who, which serial, purchase date, spec1, spec2, spec3 etc...

I would like to make this simple for the users to submit - in the past we used a google form in an iframe or something similar, but have since lost the google form over the years, so we are starting over... It had a lot of data in it, so... hopefully it turns up. anyway...

I would like it if the form could submit / append / present to /as a table on a specific thread or AMS Article page. Can this mod do this or something close?

USERNAMESERIALDATESPEC1SPEC2
joey1239072/23/20071.51.75
bobbyjoe5711224/09/20161.751.75
 
You must validate your XenForo license to see quoted content
TL;DR, not out of the box, but possibly with further integration.

This mod is intended to take input from the user via a form and spit out that single response as a forum post or a conversation. One example of this is with staff applications - each applicant can get their own thread with all of the information from the form in the first post, and existing staff can interview the applicant in the comments, then approve or deny as necessary. Approval can be configured to automatically grant roles.

What you're looking for here is not possible out of the box, but you could potentially choose the option to store responses in the database in the thread options. As I understand, this ends up as structured text (like json or xml) inside of a single response column in the database. You would need some other plugin or external integration that reads data from this column and renders that structured text into a table.

This may be made somewhat easier with the latest beta which has an integration with 2.3's webhook system. This webhook could fire and be picked up by something like Zapier which adds a row to a Google spreadsheet, and you could grant read access to anyone who needs to view that spreadsheet. There are other options out there but the webhook integration adds a lot of flexibility.
 
Back
Top