Simple Forms [Paid] [Deleted]

I'm not fluent in english and I'm not sure it will be right for me.
I asked in that thread, could you look at and tell is your addonworkable for my needs?
http://xenforo.com/community/threads/automatically-added-blank-form-in-thread.22565/#post-283021
Hello akysz,

Yes you can use our addon to do this. Essentially the form addon will allow your users to create new threads based off the form fields you set. That way it formats those threads in the way you want it to be displayed. It ads a level of organization to your threads. Let me know if you have any questions.
 
I'm not fluent in english and I'm not sure it will be right for me.
I asked in that thread, could you look at and tell is your addonworkable for my needs?
http://xenforo.com/community/threads/automatically-added-blank-form-in-thread.22565/#post-283021

here is an example of what it does.

http://downwithdestruction.net/forum/index.php?forms/1/respond

One outcome of paid version is it can be posted in a thread like so:

http://downwithdestruction.net/forum/index.php?threads/2658/#post-9067

So yes, to answer your question. This will be good for you. :)
 
I would like XF to have the ability for each user to change their own username. More and more members are PM'ing me about this, and it would be a relief to have the option to grant them this permission.

Would a simple form automate this process ?
Apply for a name change ?
Maybe in the back end there could be a [Granted] button ?
 
Would a simple form automate this process ?
Apply for a name change ?
Maybe in the back end there could be a [Granted] button ?
There is no way this can be automated using Simple Forms. A form could be created to create the request, but not to automate the process. In the future when we improve the development support for the add-on, someone could modify it to include this functionality, but at the moment there aren't any hooks/etc. for a developer to use.
 
Hello,

I have two little problem.

First i try to export my form i have an error :

Can you confirm it solve in 1.1.1 ??
pb1.webp

Second : i try to update in 1.1.1 (because i have the error Undefined index when my member click on "send" )

But when i try to update : i have this error message :
pb2.webp

Do you have an idea?

Thx for your help
 
Hello,

I have two little problem.

First i try to export my form i have an error :

Can you confirm it solve in 1.1.1 ??
View attachment 25359

Second : i try to update in 1.1.1 (because i have the error Undefined index when my member click on "send" )

But when i try to update : i have this error message :
View attachment 25360

Do you have an idea?

Thx for your help
Please post any support questions on our forums, at http://www.liquidpro.net/community. Thanks!
 
What is Simple Forms?


Hey john i got a question.

is there anywhere where we can see this addon in action?

Right now the "Free" Version doesnt seemt o be free since you need IonCube and that looks to be either exspensive or a hassel to insstall JUST to see if this addon can do what we would need it.

But if you have somewhere it installed where we can try it out and see that it looks and works like we need, we would be intrested in buying, but without being able to see a paid addon in action, we cant just throw money at it and "hope" it does what we want.

If you could, let us know about that and we would appreciate it.

Thanks.
 
Hey john i got a question.

is there anywhere where we can see this addon in action?

Right now the "Free" Version doesnt seemt o be free since you need IonCube and that looks to be either exspensive or a hassel to insstall JUST to see if this addon can do what we would need it.

But if you have somewhere it installed where we can try it out and see that it looks and works like we need, we would be intrested in buying, but without being able to see a paid addon in action, we cant just throw money at it and "hope" it does what we want.

If you could, let us know about that and we would appreciate it.

Thanks.
You can actually see it in action on our forums: http://liquidpro.net/community/

Also, the Lite version is exactly that, free. Ioncube doesn't cost anything to use and it's pretty easy to install. If you can't do it yourself you can always ask your hosting provider to assist you.

The feature list is also available for all to see, if you have a particular scenario in which you want to try to weave this addon, then let us know what that is. We can easily tell you if it would work or not.
 
I bought this last night and created 4 forms with a lot of options. This add-on is super simple to use but at the same time really advanced. One of the best paid add-ons for any forum software I've ever owned to be honest.
 
LP-John submitted a new resource:

[LiquidPro] Simple Forms (version 1.1.1) - A powerful form solution that lets you create new threads, posts and conversations on submission.

What is Simple Forms?
A powerful form solution by LiquidPro Technologies that merges the beauty and functionality of XenForo together. Through this addon you can create forms and have the results created as new threads, posts, conversations, email and/or saved to a database to be pulled at anytime you want.

Learn more about Simple Forms....

Read more about this resource...
 
It's so awesome - Now with WYSIWYG I can do pretty much everything I wanted :)

Is it possible to make in the thread template that if a field is NULL some part of the thread template will not appear?
 
It's so awesome - Now with WYSIWYG I can do pretty much everything I wanted :)

Is it possible to make in the thread template that if a field is NULL some part of the thread template will not appear?
Absolutely, all destination templates support conditionals. Here is an example for you:
Code:
<xen:if is="{$fields.fieldname.value} == 'Apples'">I really love apples!<xen:else>I really hate apples!</xen:if>
 
  • Like
Reactions: DRE
Top Bottom