[OzzModz] Advanced Forms

[OzzModz] Advanced Forms [Paid] 2.2.6 Release Candidate 2

No permission to buy ($40.00)
You must validate your XenForo license to see quoted content

Are you using XF 2.2?
If yes, the bug is fixed in a upcoming patch
If not, make sure the question is selected from the ones that are counted:

1743889928557.png
 
I can repro the same issue using 2.2.6 Release Candidate 1 on XF 2.3.6, where a default value of 1 does not get multiplied by the price.

Here is what I see when the form renders with a value 1, but the price is set to 50.
1743905528015.png

Here is how I have the billable row configured via the admin question. The billable total row then includes this question.
1743905596569.png

The expectation is the calculated price to the right of the billable row would be $50 and the billable total row would be $50.
 
After I installed the 2.2.6 Release Candidate 1 update, I encountered the error shown in the image below, and I could no longer proceed with payment or submit the form. Once I disabled the payment functionality for the form, this error no longer occurred. I am using the latest Xenforo version 2.3.6

1743908232142.png
 
1744160248808.png
Can confirm both of these are fixed in this version :) Thank you!

Fixed: "Attempted convert object to fload [cost_amout]" error when submitting paid form
Fixed: billable row price input calculation on page load
 
Hello,
Just installed Advanced Forms on my XF 2.3.6 and I have the following errors appearing:

You must validate your XenForo license to see quoted content
and also this one:

You must validate your XenForo license to see quoted content

Not that I've had ShowBanned install for a while with no errors so far.

Thanks for your help!
 
i just upgraded on my test environment to Xenforo 2.3.6 so far everything went smooth but...
[OzzModz] Advanced Forms 2.2.6 RC2 clashes with 2 other Addons in one file (forum_view).
When I look at template modifications

[8WR] XenAtendo 2 (Calendar) PRO has two compilation errors
EWRatendo_forum_view_pageaction_bot
EWRatendo_forum_view_pageaction_top

XF2 Addons
ForumModerators_forum_view

with this addon
snog_forms_view4
snog_forms_view3
snog_forms_view1

As soon as I disable Advanced Forms the compilation errors are gone.

Any idea how to fix that please ?

Thx !
 
Hi - posting here to ask if there is a way to capture *both* a forum username and IP address in a report? We're looking to replace our default contact form with a custom one, but we really want the IP logged regardless of whether or not a user is logged in, as we pull that from our report in another workflow.
 
I think I was able to find what caused the error in my Forum.
When I disable snog_forms_view1 everything works as expected. No errors anywhere.

However as soon as I try to enable it again I get

Code:
Line 45: Template tags are not well formed. Tag pageaction was found when expecting if. - Template modifications: public:forum_view

When I change the Find/Replace in this Template to something from Forms Version 2.2.1

Find :
Code:
link('forums/post-thread', $forum)

Replace :
Code:
($forum.Node.snog_posid ? link('form/select', {'posid': $forum.Node.snog_posid}) : $0)

then the form generally works but the button text in the Node is not replaced.

Would appreciate some support here :)
 
Back
Top