Simple Forms [Paid] [Deleted]

eLo @LP-John

First of all I just bought this addon and I must say, it's a very nice piece of work you have made here. I do have some questions tho, I just created this form http://i.imgur.com/H1KML1B.png.

- First of all, would it be possible to have this form inside a thread? So I dont have a form under the "Form" tab at the top, but instead i would simply be able to create a thread with this form in or something?
- Secondly any ways I can have some diagrams with the results of the forms? I kinda want to create something like this Bisnation.net Ghetto Q List and I have no clue if this addon is the right for it and if so how, or if you have any other suggestions.

Best regards Shamatix.
Hello,

For your first question it's not possible to embed forms anywhere yet. It's something we have on our future feature list, but has not been implemented. For your second, the only thing we can do with the data submitted is allow you to export and manage it. The exports only allow for spreadsheets, but you can seek custom development work to create diagrams you need. We do not take custom requests, but I'm sure someone might be able to assist you with that. As of right now creating diagrams are so specialized that it would be hard to maintain.
 
Hello,

For your first question it's not possible to embed forms anywhere yet. It's something we have on our future feature list, but has not been implemented. For your second, the only thing we can do with the data submitted is allow you to export and manage it. The exports only allow for spreadsheets, but you can seek custom development work to create diagrams you need. We do not take custom requests, but I'm sure someone might be able to assist you with that. As of right now creating diagrams are so specialized that it would be hard to maintain.

- Am I able to use the data without exporting it first, so I use the data straight from the database?

- And currently am I able to redirect the user that fills in the form over the the thread it creates? As I cant give it a redirect URL when it havnt created the thread before they press "Submit"

- Currently I have 2x Standard Thread prefixes a user can choose upon creating a thread, I am trying to gain the same result in simple forms. I have this form where a user chooses region (EU/US/Both) http://i.imgur.com/LOW33mT.png this is currently how I create my title http://i.imgur.com/6s7STEE.png , I guess my real question is if it's possible to choose which prefix I want in the title depending on a user selection?

Lets say they they choose the EU region in my form http://i.imgur.com/vbT9a8l.png am I able to some how link that checkbox to the defaul thread prefix? http://i.imgur.com/Hx7sfz6.png
And if they had chosen US it would have chosen the US thread prefix http://i.imgur.com/gc8X4d6.png

It's hard for me to explain as english is far from my native language, but I hope you understand what I mean, so the thread prefix is depending on a user selection.

Best regards Shamatix
 
Last edited:
Started getting errors

ErrorException: Argument 1 passed to LiquidPro_SimpleForms_Listener_Proxy_ControllerForum::_injectForm() must be an instance of XenForo_ControllerResponse_View, instance of XenForo_ControllerResponse_Reroute given, called in /var/www/vhosts/mysite. co.uk/httpdocs/forum/library/LiquidPro/SimpleForms/Listener/Proxy/ControllerForum.php on line 7 and defined - library/LiquidPro/SimpleForms/Listener/Proxy/ControllerForum.php:35
Generated By: Unknown Account, Today at 4:34 AM


Ticket opened 6 days ago for these errors. Told it was going to be sent to a developer but heard nothing since. So many errors I'm gonna uninstall this I think and look for something else.
 
Ticket opened 6 days ago for these errors. Told it was going to be sent to a developer but heard nothing since. So many errors I'm gonna uninstall this I think and look for something else.
That's unfortunate, however I have pinged our developer to get back to you. He has been traveling with his family, but I cannot stop you from seeking an alternative. I'm unsure as to why you would have so many errors unless there is a conflict with another addon.
 
How do I go about if I've forgotten which mail I used when I bought this?
You can open a ticket and supply something along the lines of your PayPal transaction ID for the purchase and we can find your client information based off of that.
 
When we import a form, we see the fields on the Form Fields for the individual form.

However, the fields don't show up on the general Template Fields or Global Fields listing.

I am not sure if the forms are just not importing properly, or if fields cannot be imported so that they show up there.
 
You can open a ticket and supply something along the lines of your PayPal transaction ID for the purchase and we can find your client information based off of that.

Is this the only way? I've looked thru my paypal history and doesn't seems to be able to find it.
 
Is this the only way? I've looked thru my paypal history and doesn't seems to be able to find it.
That would be the only way if you do not know your login information and the forgotten password function is not working for you. Other than having the email address associated with the account, we couldn't exactly pinpoint your account.
When we import a form, we see the fields on the Form Fields for the individual form.

However, the fields don't show up on the general Template Fields or Global Fields listing.

I am not sure if the forms are just not importing properly, or if fields cannot be imported so that they show up there.
Can you please open a ticket with your issue in greater detail explaining step by step what you're doing and trying to accomplish? It makes it easier for us to help you directly :).
 
Hi John,

is it somehow possible to have variable destinations depending on answers given by a user?
For example:
I have a field with 4 possible answers (predifined). Now depending on the answer given I want the thread created in different nodes.


Possible answers:
  • team1
  • team2
  • team3
  • team4
Possible destinations:
  • MyForum.com/team1
  • MyForum.com/team2
  • MyForum.com/team3
  • MyForum.com/team4

Is that possible?
 
Hi John,

is it somehow possible to have variable destinations depending on answers given by a user?
For example:
I have a field with 4 possible answers (predifined). Now depending on the answer given I want the thread created in different nodes.


Possible answers:
  • team1
  • team2
  • team3
  • team4
Possible destinations:
  • MyForum.com/team1
  • MyForum.com/team2
  • MyForum.com/team3
  • MyForum.com/team4

Is that possible?
Unfortunately it is not possible to setup a form that way. It's been requested, but it's part of a large feature request that would require a fair amount of dev work. It's possible for the future, but it's not something you could do right now.
 
Is it possible to use conditionals in the display?

For example, to hide a question if someone answered 'no' to it.
 
Is it possible to use conditionals in the display?

For example, to hide a question if someone answered 'no' to it.
Sure, you can use conditional xen template syntax in the "Template" section of each destination you create. Use the field helper box that pops up to help you as well.
Code:
<xen:if is="{$fields.fieldX.value} == 'value'"> <xen:else /> - {$fields.fieldX.value} </xen:if>
In the code above it is basically saying if fieldX has a value of "value" then it shows nothing. Otherwise it shows the value of fieldX :)
 
Unfortunately it is not possible to setup a form that way. It's been requested, but it's part of a large feature request that would require a fair amount of dev work. It's possible for the future, but it's not something you could do right now.
I am looking forward to such feature. It would really be neat and helpful. Good luck with that.
 
Why don't you add some screenshots on the Overview tab? I don't see any screenshots on the link rather than few small pictures..none of them showing the addon options for example
 
Why don't you add some screenshots on the Overview tab? I don't see any screenshots on the link rather than few small pictures..none of them showing the addon options for example
Sure, we can add some more to the site, but we're working on a re-design at the moment so I didn't want to duplicate efforts. Is there something you're looking for in particular?
 
Just screenshots about the addon. I don't like to enter a link (https://liquidpro.net/xenforo-addons/simple-forms/) and see no screenshots there. XenForo resource manager allows you to insert screenshots in the addon description, why don't you do it? I just want to see the addon, don't like to register an account on a website just to see a demo of something I don't know how it looks like or if will be useful for me :)
There are screenshots on the page, you can click on the images to enhance them. Sure, we can add more to the resource manager.
 
Back
Top Bottom