GithubHelp home page GithubHelp logo

awsmug / torro-forms Goto Github PK

View Code? Open in Web Editor NEW
85.0 13.0 32.0 21.51 MB

Torro Forms is an extendable WordPress form builder with Drag & Drop functionality, chart evaluation and more - with WordPress look and feel.

Home Page: https://torro-forms.com

License: GNU General Public License v2.0

JavaScript 9.52% PHP 88.47% SCSS 2.01%

torro-forms's Introduction

WordPress plugin WordPress Latest Stable Version License

Torro Forms

Torro Forms is an extendable WordPress form builder with Drag & Drop functionality, chart evaluation and more - with WordPress look and feel.

Requirements

Torro Forms requires at least PHP 5.6 and WordPress 4.8 in order to work.

Download

It is recommended to use the stable version of the plugin which you can download at wordpress.org.

Of course you can also download the plugin from GitHub. Stable versions are available under Releases. If you're interested in a developmental version, you can download it here. Note that you should not use a development version in a production environment. If you download Torro Forms from GitHub, you need to manually install its dependencies using the composer install --prefer-dist --no-dev and npm install --only=production commands.

Contributing

Any kind of contributions to Torro Forms are welcome. Please read the guidelines for contributing to get started.

If you're a developer and you have some ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request here on GitHub.

You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.

Disclaimer

We are not responsible for any harm this plugin may cause. This plugin is to be used WITHOUT warranty.

torro-forms's People

Contributors

arkonisus avatar bueltge avatar felixarntz avatar kraftner avatar mahype avatar reedsutliff avatar schlessera avatar sebuchy avatar soean avatar websupporter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

torro-forms's Issues

Breaks my CEO plugin. All In One SEO Pack

Hi, the your plugin is very nice and configurable, but at "All In One SEO Pack" plugin, makes dissapear the section at posts: "Social Settings".

This section at All In One SEO Pack, it´s for sharing and indexing your posts at social networks, so you should try to fix this, so your plugin doesn´t break any option or configuration at other wordpress plugins.

Adding "Redirection" action

Adding an action which redirects user to one of the following contents:

  • Message (Editable with WP editor)
  • Show content of a specific page
  • Redirect to a URL

This functionality have to be created as an action.

Italian translation

Hi, i send you from email the italian translation file "questions-locale-it_IT.po" tnk for your wonderful plugin.

Ciao
Giovanni

Doesn't initialise correctly when installed as network plugin on multisite installation

Firstly, great plugin - very slick and I like it a lot.

I've worked around this problem, but just wanted to let you know in case it's an easy fix.

I installed the Questions plugin into a multisite installation then enabled it for the network. TheSurvey menu option appeared correctly in the sub-site, but when trying to save a new survey, it cleared the details and only a blank post was saved.

After enabling the debug log, I found that the following was being output ('multisite' is the db name):

[21-May-2015 14:46:08 UTC] WordPress database error Table '...multisite_21_questions_questions' doesn't exist for query INSERT INTO multisite_21_questions_questions (questions_id,question,sort,type) VALUES ('294','','1','OneChoice') made by edit_post, wp_update_post, wp_insert_post, do_action('save_post'), call_user_func_array, Questions_Admin->save_survey, Questions_Admin->save_survey_postdata

So it appeared that the database wasn't being correctly initialised when the network enable was chosen. If I disable the plugin at the network level then enable on the site, it works fine.

Looks like an extra hook might be required for network enable, or the readme.txt updated to say that it should only be enabled at a site level.

Cookie & IP

Hi, yesterday I activated the plugin with a survey and done the survey my self, to see how long the cookie expirated and 12 hours after, I can see that I can do the survey again.

Is there any way, for configurating this at the plugin? For example, our survey is from 13 to 31 august and do not want people to repeat the survey, only 1 time per person.

Hopefully there is a solution for this, if not the results would´t be reliable.

Thanks in advance!

WP Editor in Description Element Display Errors

If I want to size the WP Editor in the Tabs of the Description Element there are some display and handling issues.

  • Editor is crashing on trying to resize it.
  • Switching between text and HTML view makes problems
  • cannot access visual editor after dragging the element

The Editor seemed to be not initialized correct.

Spanish translation

Hello.

I have the Spanish translation. How I can add the file .po to the plugin?
Maybe I can do it through a pull request.

Greetings!

Results

See the follow screenshots. Not all topics are visible.
The screenshot is from Chrome, Win 7.
In IE 10, Win7 is it not usable (But maybe is the IE not in focus).

example

Check the grammar.

The "in" is missing after the word participated.

You already have participated this poll.

Enhance body_class()

It would be helpful, that Questions add a custom class to the body_class function to identifier pages, posts, there use a shortcode etc. from questions. Makes much easier to identifier the form and makes possible to custom format.

Pseude-code

add_filter( 'body_class', 'custom_body_class' );
function custom_body_class($classes) {

    $classes[] = 'question-' . get_question_id() ;

    return $classes;
}

Non-Latin Character ?

Dear awsmug,
When i use your plug in the title of Text or Textarea changed to "?????????".
Your plugin not support of Non-Latin Character (e.g utf-8 encoding ). how can i fix this problem?

Best regards,
Hosein.

Invalid form element IDs in form elements selection metabox

We should probably find another way to generate IDs for the elements.

Right now, a specific string is used in the selection metabox which is then replaced when actually adding the elements to the form. However this produces multiple IDs of the same name in the admin which is invalid.

Low priority, but improvable definitely.

Email me results

I've created two questions forms, and would like to know how to get emailed the results, or emailed a notification that a survey has been completed. Can this be done and What do I need to do?

How to add new Question Form Elements?

Hi all,
I need to add questions with a 1 to 10 answer range to my survey. In order to save space and to make it look better I tried to make a horizontal OneChoice Element (answers in a row).
That is how I did it:

  1. I copied the onechoice.php and named it to onechoice_horizontal.php and deleted the p-tag to show the answers in a row. I also adapted _Horizontal where needed.
  2. I added the onechoice_horizontal.php to component.php
  3. I copied the OneChoice element in testing/main.php and added _Horizontal

My problem now is, that the new element shows up in the WordPress admin section and I can drag i to my survey and change the question name an add answers. But: after saving it, the new element disappears. I am not able to find it neither in the admin nor in the frontend. The only place where the new element shows up is in the database under XXX_questions_questions. What should I do?

Showing Entries

Showing Entries by clicking on Entry in list. Also there have to be a pagination. The functions should be called by AJAX.

New type of poll

Hello,
i would like to make poll, where users can vote for all choices, but it depends on the order of importance. I would like to see order of popularity of all items from the most popular to the least popular. it would be possible to add this feature? Thank you :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.